Guest Posted November 22, 2007 Posted November 22, 2007 Please can anyone advise me how to add my store VAT number below the address on the invoices generated. Thanks in anticipation
richcduk Posted December 7, 2007 Posted December 7, 2007 Please can anyone advise me how to add my store VAT number below the address on the invoices generated.Thanks in anticipation Open Admin->invoice.php Look for <!-- body_text //--> <table border="0" width="100%" cellspacing="0" cellpadding="2"> Add this directly below <tr> <td><h2 align = center>Invoice</h2></td> <tr> <tr> <td><h3 align = center>V.A.T. No 921558131</h2></td> </tr> <tr> <td><h3 align = center>Invoice No <?php echo $oID ?></h2></td> <tr> You then get an invoice with the heading "invoice" with your vat no on and the order (invoice) number. rich
Recommended Posts
Archived
This topic is now archived and is closed to further replies.