Community Add-Ons

Maintainers: TiM-SE
Add file to this package
Top » Features

[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
Expand All / Collapse All
small error francois21 3 May 2009  

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');

[TiM's osC Solutions] Display tax info TiM-SE 2 May 2009