Page 1 of 1

No automatic emailing

Posted: 11 Jul 2016, 14:49
by franzrudolf
Hi there,

After a customer has placed his order, two mails are sent to him automatically. The first only says 'Thank you for your order'. The second says: 'Your order is in progress' (at least I guess it says 'in progress' - I'm working with a German frontend...).
I would prefer to trigger the second mail ('in progress') manually (by changing the delivery state in the backend-module) instead of automatically. Is this possible? And, if yes, how can I do that.

Many thanks in advance.

Re: No automatic emailing

Posted: 11 Jul 2016, 16:41
by aimeos
You are executing the order/service/delivery scheduler task. If you remove it from the list, the second e-mail won't be sent.

Re: No automatic emailing

Posted: 12 Jul 2016, 08:04
by franzrudolf
By removing the order/service/delivery scheduler task I can stop the second E-Mail from being sent automatically. But how can I trigger it manually instead? The delivery state in the backend-module changes to "in progress" anyway.

Re: No automatic emailing

Posted: 12 Jul 2016, 16:18
by aimeos
There are two job controller in the scheduler task:
- order/service/delivery
- order/email/delivery

The first one sets the status, the second sends the e-mail. Seems you've disabled the wrong one. If you disable order/service/delivery, the delivery status will stay to "unfinished" and if you update the status by hand to e.g. "shipped", the order/email/delivery job controller will send an appropriate e-mail.