Contributions

Features (Category Index)
Search: 

Switch between Displaying Prices Inc./Ex. VAT


This contribution makes it possible for customers to choose between displaying all prices "Inc. VAT" or "Ex. VAT", just by clicking a button.
(dutch: "Inc. BTW", "Ex. BTW",
german: "Inkl. MwSt", "Ex. Mwst")

By introducing a global variable in catalog/includes/) application_top.php it is easy to switch between different modes, just by changing this variable during a session. The defined session variable 'vat_disp' is checked/updated in application_top.php every time a page refreshes, which can be realized by for example clicking a textlink or, in this contribution, a button.

The basics of this contribution can be used for different purposes, not just changing VAT display. Also think about for example changing skins, etc.

Special thanks to those people who helped me on the dutch osC-forum.

Regards,
Clay

Expand All / Collapse All

Now it's Multilingual 17 Jul 2005

I needed this to be multilingual, and also to fit better into the infoboxes.

This new readme will fix this.

Switch between Displaying Prices Inc./Ex. VAT Clay (Regazzoni) 5 Feb 2005

Note: Contributions are used at own risk.