Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Editing Invoice


CoSmis

Recommended Posts

Posted

This is probably a simple thing, but how do I remove the Price(ex) listing. I can get rid of the title but not the amount below. Here's a pic:

temp.JPG

Posted

you need to edit your admin/invoice.php file - looking at the pic above it's not the standard osC one so I can't help further unless you post the code here

Posted

Perfectpassion, thank you very much. I dabbled with invoice.php and was able to find out how to eliminate the column. For those who read this, you need to remove these lines:

 

<td class="dataTableHeadingContent-invoice" align="right"><?php echo TABLE_HEADING_PRICE_EXCLUDING_TAX; ?></td>

 

AND

 

' <td class="dataTableContent" align="right" valign="top"><b>' . $currencies->format(tep_add_tax($order->products[$i]['final_price'], $order->products[$i]['tax']), true, $order->info['currency'], $order->info['currency_value']) . '</b></td>' . "\n" .

 

You can remove additional lines according to which columns you want to eliminate.

 

Thanks!

Archived

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

×
×
  • Create New...