[email protected] Posted November 5, 2013 Share Posted November 5, 2013 Hi, I'm using Prestashop 1.4.7.0 version. I need to change the text "Invoice" to " Proforma Invoice" in the invoice file. Can anyone tell me, where do I need to edit in order to get the desired result. For help, I'm attaching the invoice screenshot. Thanks in advance Prasun Link to comment Share on other sites More sharing options...
Paulito Posted November 5, 2013 Share Posted November 5, 2013 Good morning. Not sure if you have read this topic, if not it may give you a few clues Guide to modifying invoice template Paul Link to comment Share on other sites More sharing options...
[email protected] Posted November 6, 2013 Author Share Posted November 6, 2013 Hi Paul, Thanks for your suggestion. The problem is the guide is for Prestashop 1.5 and we have the version 1.4.7. In our version, I couln't find the file invoice.tpl which I can edit. Thanks Prasun Good morning. Not sure if you have read this topic, if not it may give you a few clues Guide to modifying invoice template Paul Link to comment Share on other sites More sharing options...
[email protected] Posted December 5, 2013 Author Share Posted December 5, 2013 Ok. I've upgraded it to Prestashop 1.5.6. I found the priblem lies in line 41 of header.tpl. <td style="font-size: 14pt; color: #9E9F9E">{$title|escape:'htmlall':'UTF-8'}</td> Can anyone let me know where the variable $title declared. I need to edit it in order to get desired result. Thanks in advance. Regards Prasun IN000007.pdf Link to comment Share on other sites More sharing options...
[email protected] Posted December 5, 2013 Author Share Posted December 5, 2013 Ok. Got a solution. Added the text 'Pro Forma' before the $title variable. <td style="font-size: 14pt; color: #9E9F9E">Pro Forma {$title|escape:'htmlall':'UTF-8'}</td> This works. Link to comment Share on other sites More sharing options...
Recommended Posts