Community Add-Ons
| Maintainers: | TiM-SE |
[TiM's osC Solutions] Display tax info
for osCommerce Online Merchant v2.2
Display the text "W/ tax" or "W/o tax" below the product's price in product_info.php.
By www.tim-international.net
Legend:
Download
Report
In /catalog/includes/languages/english/product_info.php on line ~22
*** Find ***
?>
*** Before that, add ***
// BOF: Display tax info
define('TEXT_INCLUDING_TAXES', 'W/ tax');
define('TEXT_EXCLUDING_TAXES', 'W/o tax');
// EOF: Display tax info
you must add
define('TEXT_INCLUDING_TAX', 'W/ tax');
define('TEXT_EXCLUDING_TAX', 'W/o tax');
