[TYPO3-shop] User group - price without tax (international customers)

Franz Holzinger franz at ttproducts.de
Tue May 19 22:07:57 CEST 2009


Marko Minic a écrit :

> I am using tt_products 2.7.1 and I need to have 2 user groups. Users 
> from first group have prices with tax and user from second group see 
> product prices without tax. Also, email and invoice should be generated 
> with or without tax depending on user group. Is it possible? If it is, 
> can somebody give example?

TypoScript allows conditions based on the user group of a logged in user.
[usergroup = 1]
plugin.tt_products.TAXpercentage = 19
[usergroup = 2]
plugin.tt_products.TAXpercentage = 0
[global]

This must be global to be used for all parts of the shop.

- Franz


More information about the TYPO3-project-tt-products mailing list