linaslp Posted December 1, 2014 Share Posted December 1, 2014 Hello, Is it possible to show invoice creation/generation date instead of placed order date? {$smarty.now|date_format:"%d-%m-%Y %H:%M"} This is how invoice.tpl gets the date. I need to get the date after the order status is changed and the actual invoice is generated. How could i achieve this? Link to comment Share on other sites More sharing options...
tuk66 Posted December 1, 2014 Share Posted December 1, 2014 What version are you using? In 1.6, it looks like the date is correct: $this->date = Tools::displayDate($order_invoice->date_add); Link to comment Share on other sites More sharing options...
sandipchandela Posted December 4, 2014 Share Posted December 4, 2014 did you try this Put following syntax in invoice.tpl file. {$order_invoice->date_add} Link to comment Share on other sites More sharing options...
linaslp Posted December 8, 2014 Author Share Posted December 8, 2014 Super big thanks to you both guys {$order_invoice->date_add} This worked in tpl file perfectly. Link to comment Share on other sites More sharing options...
Recommended Posts