Hi there,
Are you trying to customize the order processing email?
Here are some useful resources:
https://www.businessbloomer.com/woocommerce-visual-hook-guide-emails/
https://woocommerce.com/posts/how-to-customize-emails-in-woocommerce/
I hope this points you in the right direction.
Thread Starter
amc11
(@amc11)
Hey!
No actually I want to make sure the email is delayed/deffered.
Because, I need to collect pending data from an external source, that isn’t
available until about a minut or so…
-
This reply was modified 5 years, 8 months ago by
amc11.
-
This reply was modified 5 years, 8 months ago by
amc11.
Hi there,
Programmatically, this involves modifying the hook to:
1. store the order information in a table
2. not send the email
and adding a custom cron job to pick up the information in table (1) above at a later time and include the external source information to then send the email.
I highly recommend getting a developer to look at the above for you.
Thread Starter
amc11
(@amc11)
Hi, thank you!
We managed to fix this in another way, integrating
it into a plugin handling the external data source.
Thanks!
-
This reply was modified 5 years, 7 months ago by
amc11.