Hi,
I am in a a situation where I need to sometimes send out an email when order is complete and manipulate the email itself.
I have read I can do this is: SendingConfirmationMail
So far so good.
However, somestimes I need this email not to send out. I guess that can be done in this method too? Or in earlier process by setting a different status somehow?
The emails not sent out I need hold on too - and at X time bulk send these. For this I will need to create a scheduled task.
I will in this task loop over the orders and manually send them out or tell the system its ok to send out know.
- How would this part be achieved?
- Any suggestions for me?
- Would I need to myself recreate the order somehow?
- WIll the system itself take care of this when saved to a correct status via API?
I know theres a lot of questions. Any advice appreciated!