[TYPO3-commerce] Different tax rates based on country

Erik Sokoll erik at t3media.de
Tue Apr 20 12:09:21 CEST 2010


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I did it by CONDITIONs and choose a different template (e.g.
product.tmpl and product_net.tmpl) if the user belongs to a specific
FE_users group.

[usergroup = 3,5,6,7]
	plugin.tx_commerce_pi1.templateFile =
fileadmin/templates/ext/commerce/product_netto.html
	plugin.tx_commerce_pi2.templateFile =
fileadmin/templates/ext/commerce/basket_netto.html
[else]
	plugin.tx_commerce_pi1.templateFile =
fileadmin/templates/ext/commerce/product.html
	plugin.tx_commerce_pi2.templateFile =
fileadmin/templates/ext/commerce/basket.html
[end]

But remember that in this case you have to move the user to this group.
In our case it's not (yet) done automatically and on the other side a
human has to decide if the user e.g. has the 'licence' to deal inside
Germany.

Anyhow you might use other conditions which fit your needs.

Greetings...
Erik


Bartbogdan schrieb:
> Hi all,
> 
> Is there a way to apply a different tax rate based on the destination
> country? We would like to apply a tax rate of 0% when shipping to
> retailers in foreign countries.
> 
> Best regards,
> 
> Bart
> 
> _______________________________________________
> TYPO3-project-commerce mailing list
> TYPO3-project-commerce at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-commerce


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iD8DBQFLzX1RuogOZOO2WPQRAk5vAJ9ktDElrvlotPQAVTzmGxzFfrHiLACfQ+ER
HI9pw/M4Rhz+YGKy8PtKyv8=
=7aNE
-----END PGP SIGNATURE-----


More information about the TYPO3-project-commerce mailing list