This is a discussion on Display VAT or Tax Content on Invoice within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; an easier way to accomplish this, without the need to add constants, would be to change the formula in invoice.php. ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| an easier way to accomplish this, without the need to add constants, would be to change the formula in invoice.php. for instance, on my shop i have the last column from the invoice modified from "total including tax" to "tax amount" to edit, find: ' . $currencies->format(tep_add_tax($order->products[$i]['final_price'], $order->products[$i]['tax']) * $order->products[$i]['qty'], true, $order->info['currency'], $order->info['currency_value']) . '' . "n"; change to: ' . $currencies->format($order->products[$i]['tax'] * $order->products[$i]['qty'], true, $order->info['currency'], $order->info['currency_value']) . '' . "n"; More...
__________________ Michael Sasek osCMax Developer
|
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Display VAT or Tax Content on Invoice | michael_s | New osCommerce Contributions | 0 | 01-31-2007 09:52 AM |
| How can i NOT send a INVOICE?? | walliley | osCommerce 2.2 Modification Help | 2 | 04-25-2005 04:22 AM |
| Adding include side box that will display dynamic content | lupercal | osCommerce 2.2 Modification Help | 1 | 03-04-2004 02:25 AM |
| Changing the invoice | Dykkeren | osCMax v1.7 Discussion | 0 | 02-20-2004 01:47 AM |
| Invoice modification - Please help! | Sejo | osCommerce 2.2 Modification Help | 1 | 09-26-2003 12:18 AM |