Enzo_UK Posted April 12, 2005 Posted April 12, 2005 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
Stevis2002 Posted April 12, 2005 Posted April 12, 2005 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 <{POST_SNAPBACK}> 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!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.