Display Tax Info Phoenix Cart

Open to all! Ask other shopowners for help.
Locked
raiwa
Certified Developer
Posts: 1640
Joined: Sat Dec 21, 2019 8:08 am
Phoenix Version: 1.1.0.6
Has thanked: 70 times
Been thanked: 152 times

Display Tax Info Phoenix Cart

Post by raiwa »

What does this App 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."

https://www.oscaddons.com/en/free-add-o ... -p-30.html
Public Phoenix Change Log Cheat Set on Google Sheets
https://docs.google.com/spreadsheets/d/ ... sp=sharing

Need Help?viewtopic.php?f=10&t=27


Join The Code Co-op to get access to your library in the Code Co-op Forum
raiwa
Certified Developer
Posts: 1640
Joined: Sat Dec 21, 2019 8:08 am
Phoenix Version: 1.1.0.6
Has thanked: 70 times
Been thanked: 152 times

Display Tax Info V4.2

Post by raiwa »

Compatibility:

Phoenix Cart 1.0.7.12+
Tested with Phoenix 1.0.7.16
PHP 7.0 - 7.4

Changelog Version 4.2

- updated for Phoenix 1.0.7.12+
- updated QtPro support.
- updated options images support.
- moved siteWide hook to override templates.
- updated admin cfg module
- general code cleanup and modernization to match actual core code
Public Phoenix Change Log Cheat Set on Google Sheets
https://docs.google.com/spreadsheets/d/ ... sp=sharing

Need Help?viewtopic.php?f=10&t=27
admin
Contributor
Posts: 217
Joined: Wed Oct 30, 2019 1:34 pm
Phoenix Version:
Has thanked: 20 times
Been thanked: 22 times

Re: Display Tax Info Phoenix Cart

Post by admin »

Support for this Addon will now be available on the Addon page - app.php/addons/free_addon/prices_with_tax_info/support


Join The Code Co-op to get access to your library in the Code Co-op Forum
Locked