aimeos / ai-controller-jobs

Aimeos e-commerce job controllers
https://aimeos.org
GNU Lesser General Public License v3.0
112 stars 17 forks source link

Order update emails sending multiple times per update #43

Closed defive closed 2 years ago

defive commented 2 years ago

I am currently testing with the ai-sites paid extension where I have multiple vendors but customers checkout on the main parent site. I have noticed each order update causes multiple emails to be sent. In my testing, the new order email is sent twice to the vendor email address, and each order status update (payment received, order in progress etc) causes 4 identical emails to be sent to the customer for each update.

aimeos commented 2 years ago

Make sure you don't execute the job controller for all sites but only for the main ("default") site

defive commented 2 years ago

Great, thank you. I'll make the change to my cron job(s)