[TYPO3-shop] Emails to different persons

Franz Holzinger franz at ttproducts.de
Wed Jun 3 17:18:32 CEST 2009


Bjarne Helligsoe a écrit :

> Is it possible to sendt a mail every time a new order is made? I have the 
> answer to that quetions myself it's : yes of course.
> But is it possible that the emails are sendt to different address's related 
> to the usergroup the users menber of? That is - if you are a danish client - 
> the danish department get the mail, and if you are a french client - the 
> french department gets the mail ect, ect.

This is a general feature of TypoScript in TYPO3:
You can make conditions based on the usergroup of a logged in FE user.

[usergroup = 1]
priceNoReseller = 2
[global]

You can write any TypoScript setup under this conditions and many other 
possibilities.


- Franz



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