Display tax info Version by @raiwa
Bootstrap and Standard version included
Compatibility:
OsCommerce 2.3.4.1. CE Frozen
PHP 7.0 - 7.2
OsCommerce 2.3.x Bootstrap GOLD and EDGE
PHP 5.4 - 7.1
Based on:
Version 2.3 for oscommerce-2.3.x:
http://addons.oscommerce.com/info/8160
Original version:
By www.tim-international.net
http://addons.oscommerce.com/info/6725
And:
Tax info 1.6
http://addons.oscommerce.com/info/2788
**********************************************************************
Complete new modularized version.
All Configuration entries, language definitions, currency class extension and styleshhets included in one store module.
Copy the modules and language files and install the module.
That's all.
Support Forum:
http://forums.oscommerce.com/topic/408405-display-tax-info-v30/
**********************************************************************
What does this version do:
It will display the following below the price on each page included in the module:
1. If the tax value of the displayed price is = 0:
Shows: "VAT excl." or any other text you define in the language file
2. If the tax value of the displayed price is not = 0:
Shows: "XX% VAT incl." or any other text you define in the language file
Where XX is the value of the tax in percentage as defined in admin/tax rates
Note: For other languages/uses its possible to define a text string before the tax rate and another after the tax rate:
Example: for german it will look like this: "inkl. XX % MwSt."
Page selection where to use the module
Optional parameter added to display_price function which allows to switch off the tax information.
Full Package