CoSmis Posted February 12, 2008 Posted February 12, 2008 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:
Guest Posted February 13, 2008 Posted February 13, 2008 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
CoSmis Posted February 13, 2008 Author Posted February 13, 2008 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!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.