Contributions

Features (Category Index)
Search: 

Switch between Inc. and Ex. TAX

This contribution makes it possible for customers to choose between displaying all prices "Inc. VAT" or "Ex. VAT"

It's a rewritten version of
http://www.oscommerce.com/community/contributions,2899
- Thanks to the author of this!

It now also changes the total price in shopping cart(s).

Forum:
http://forums.oscommerce.com/index.php?showtopic=138790

Expand All / Collapse All

Swedish button 10 Jul 2007

To add this button:

1. download the button and rename it to .gif

2. Put it in:
/catalog/includes/languages/svenska/images/buttons/
(or swedish or sv-se depending on what you have called your swedish language dir)

3. edit your svenska.php in /catalog/includes/languages to add this text just before the ?>:
// switching vat
define('SWITCHING_VAT_INC', 'för privatpersoner');
define('SWITCHING_VAT_EX', 'för företag');
define('SWITCHING_VAT_DISPLAYED', 'Priserna är:');
define('SWITCHING_VAT_CHANGE_TO_EX', 'Visa pris utan moms');
define('SWITCHING_VAT_CHANGE_TO_INC', 'Visa pris för privatpersoner istället');

And you are done!

Bug fix for shipping TAX 3 Dec 2005
Switch between Inc. and Ex. TAX v1.0 RC2 22 Oct 2005
Switch between Inc. and Ex. TAX v1.0 RC2 2 Aug 2005
Switch between Inc. and Ex. TAX 2 Aug 2005

Note: Contributions are used at own risk.