X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Date Added Displayed on Product details? (https://forum.x-cart.com/showthread.php?t=33654)

Victoria Feemster 09-03-2007 11:03 AM

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?

Victoria Feemster 09-04-2007 06:29 AM

Re: Date Added Displayed on Product details?
 
Anyone have any idea if this is possible? Thanks so much!

PhilJ 09-04-2007 07:54 AM

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"

Victoria Feemster 09-04-2007 02:05 PM

Re: Date Added Displayed on Product details?
 
Is there a certain place I need to add it on that file?

Victoria Feemster 09-04-2007 02:06 PM

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

PhilJ 09-04-2007 02:27 PM

Re: Date Added Displayed on Product details?
 
Post updated :)

Victoria Feemster 09-04-2007 02:36 PM

Re: Date Added Displayed on Product details?
 
Thanks so much! I appreciate it!

Victoria Feemster 09-04-2007 02:44 PM

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.