Community Add-Ons

Maintainers: rued
Add file to this package
Top » Features

Switch between Inc. and Ex. TAX
for osCommerce Online Merchant v2.2

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

Legend:  Download   Report
Expand All / Collapse All
Swedish button mrhandley 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 cDGo IT Consultancy 3 Dec 2005  
Switch between Inc. and Ex. TAX v1.0 RC2 Maurice69 22 Oct 2005  
Switch between Inc. and Ex. TAX v1.0 RC2 rued 2 Aug 2005  
Switch between Inc. and Ex. TAX rued 2 Aug 2005