Hi, was wondering how i would add a VAT number to the footer of my website & on the invoice & packing slips?
Hope somebody can help, Thanks![]()
Hi, was wondering how i would add a VAT number to the footer of my website & on the invoice & packing slips?
Hope somebody can help, Thanks![]()
To add it to your invoice open admin/invoice.php and add a table where you want your VAT number to be displayed:
<table width="0" border="0" align="center" cellpadding="10" cellspacing="0">
<tr>
<td><br><br><strong>VAT NUMBER: ********</strong></td>
</tr>
</table>
place this on line 264 and the number will sit centred at the bottom of the page.