Display tax info Version by @raiwa
Only for Phoenix
Compatibility:
OSCOM Phoenix CE 1.0.x.x.
Tested with Phoenix 1.0.5.1.
PHP 7.0 - 7.3
Based on:
Display Tax Info V3.5
https://apps.oscommerce.com/LcRLK&display-tax-info
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 and one siteWide hook.
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 wh.ere to use the module
Optional parameter added to display_price function which allows to switch off the tax information.
Support for QTPro and Options Images included