Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing look of Invoice


Enzo_UK

Recommended Posts

Posted

I would like to change the standard invoice, so it doesnt display the columns for 'Price(inc)' and 'Total(inc)' on the invoice.

 

Anyone know how I can do this?

 

Cheers in advance.

Andrew

Posted
I would like to change the standard invoice, so it doesnt display the columns for 'Price(inc)' and 'Total(inc)' on the invoice.

 

Anyone know how I can do this?

 

Cheers in advance.

Andrew

 

 

BACK UP FIRST!!!

 

Try this:-

 

Edit admin/includes/invoice.php

 

Remove the following lines of code:

 

         <td class="dataTableHeadingContent" align="right"><?php echo TABLE_HEADING_TAX; ?></td>
        <td class="dataTableHeadingContent" align="right"><?php echo TABLE_HEADING_PRICE_EXCLUDING_TAX; ?></td>
        <td class="dataTableHeadingContent" align="right"><?php echo TABLE_HEADING_PRICE_INCLUDING_TAX; ?></td>
        <td class="dataTableHeadingContent" align="right"><?php echo TABLE_HEADING_TOTAL_EXCLUDING_TAX; ?></td>
        <td class="dataTableHeadingContent" align="right"><?php echo TABLE_HEADING_TOTAL_INCLUDING_TAX; ?></td>

 

Try that and see if it works.

 

Once again...BACK UP FIRST!

Archived

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

×
×
  • Create New...