Jump to content

How to show last time saved on product details page?


punyaixan

Recommended Posts

I'm building a car webshop right now, but i need to show date/time in product details page, so the customer knows when was the last page edited. I try to find the free and paid module, but i still can't find it.

 

Is there any free module to show the last edited date/time for products for prestashop?

 

or

 

where can i add php code or edit the php page so i can add this code: <?php echo date(“F d Y H:i:s”, getlastmod() ); ?> for products.

 

any better idea are very much appreciate ;)

Edited by punyaixan (see edit history)
Link to comment
Share on other sites

  • 4 years later...

I know its old theme but as I need almost the same thing lets woke it up a bit :)

What I need is basically the same but I need only date (not the time) to be displayed and {$product->date_upd} pulls up date + time info.

Also, I would need some css styling in order to make it more stylish like this for example:

http://prntscr.com/femhn9

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...