punyaixan Posted October 30, 2012 Share Posted October 30, 2012 (edited) 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 October 30, 2012 by punyaixan (see edit history) Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted October 30, 2012 Share Posted October 30, 2012 Hi, try change product.tpl, and use {$product->date_upd} Regards 1 Link to comment Share on other sites More sharing options...
punyaixan Posted October 30, 2012 Author Share Posted October 30, 2012 (edited) Hi, try change product.tpl, and use {$product->date_upd} Regards thanks a lot Alex .. it works. i'm very n00b on this ... [sOLVED] Edited October 30, 2012 by punyaixan (see edit history) Link to comment Share on other sites More sharing options...
Dolke Posted June 1, 2017 Share Posted June 1, 2017 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now