Jump to content

CHANGE HEADER TO SAY "TAX INVOICE" NOT JUST "INVOICE"


Recommended Posts

I'm completely new to Prestashop, but I'd like to know how this can be done also. Sorry I didn't follow the PDF translations thing.

 

I currently use different cart software, and they don't have provisions for it either! Odd as it is a requirement of the ATO, and I've had customers call me on it too.

Link to comment
Share on other sites

Ok.... Thanks for you help El Patron..

 

What i ended up doing for now is i went to  > Orders > Invoices . Changed the Invoice Prefix to :     TAX INVOICE   -  

 

Technically i believe we need to also change invoice descriptions to say GST Ex etc.. Instead of TAX Ex.. TAX inc.. etc.....

Link to comment
Share on other sites

  • 1 year later...

Well I've spent the best part of a day trying to sort this out (I'm completely new to this) but have finally found the solution to this problem and thought I'd post it so no one else has to go through this...

 

To make your invoices show "Tax Invoice" instead of invoice, you need to edit HTMLTemplateInvoice.php found in /classes/pdf/

 

On approx line 64 you will see this

'header' => $this->l('INVOICE'),

Simply edit it to say

'header' => $this->l('TAX INVOICE'),

and overwrite the file on your server. Refresh and voila - problem sorted  :)

 

Incidentally for all the other Australians who find this, you can easily change the references of "tax" to "gst" under Localization>Translations and you will have a fully compliant Australian Tax Invoice.

 

Hope this helps someone

Link to comment
Share on other sites

×
×
  • Create New...