![]() |
Date Added Displayed on Product details?
Is it possible to have the date that the product was added to the store displayed on the product listings?
|
Re: Date Added Displayed on Product details?
Anyone have any idea if this is possible? Thanks so much!
|
Re: Date Added Displayed on Product details?
1) For displaying on the main product page...
In skin1/customer/main/product.tpl Add... Code:
Added: {$product.add_date|date_format:"%d-%m-%Y"} You could show the time also... Code:
Added: {$product.add_date|date_format:"%d-%m-%Y %H:%M:%S"} 2) For displaying on your productS pages... In skin1/customer/main/products.tpl OR, if displaying products in columns... In skin1/customer/main/products_t.tpl Add... Code:
Added: {$products[product].add_date|date_format:"%d-%m-%Y"} --- For US date format, use... Code:
"%m-%d-%Y" |
Re: Date Added Displayed on Product details?
Is there a certain place I need to add it on that file?
|
Re: Date Added Displayed on Product details?
I noticed you said or? Do I choose which one to edit? I think I am kinda confused. I am new at doing this coding stuff so please bear with me
|
Re: Date Added Displayed on Product details?
Post updated :)
|
Re: Date Added Displayed on Product details?
Thanks so much! I appreciate it!
|
Re: Date Added Displayed on Product details?
Worked perfectly!
|
All times are GMT -8. The time now is 04:25 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.