[interchange-i18n] Setting sales tax in other countries

Rob Buijs rob at merchandisingdirect.com
Mon Sep 17 11:50:01 UTC 2001


So, Racke

If I understand this correctly if you have three tax rates as we have in the
Netherlands (19%, 8%, 0%) is this how you would do it:

catalog.cfg:
SalesTax tax_code

salestax database:
 VATHI .19
 VATLO .08
 VATNO .0

on your basket page:
<input type="hidden" name="tax_code" value="VATHI">
or
<input type="hidden" name="tax_code" value="VATLO">
or
<input type="hidden" name="tax_code" value="VATNO">

?

Cheers,
Robsky.




More information about the interchange-i18n mailing list