Re: Invoice tpl translation and custom fields
If your template for the invoice, mail/html/invoice.tpl hasn't been modified, it should all work without modification.
If the VAT no has been added in admin, in the Tax Management area, it will automatically show on the invoice.
This code should be in the template, which will show it:
{$tax.regnumber}
The template is all language variables, for example:
{$lng.lbl_date}
so you should be able to find them all in Languages - go through the template and see what should be there. Or use Webmaster mode.
|