Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Add VAT Number to Invoice


Guest

Recommended Posts

Posted

Please can anyone advise me how to add my store VAT number below the address on the invoices generated.

Thanks in anticipation

  • 2 weeks later...
Posted
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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...