API Orders
Posted by:
inws
Aug 10, 2024 at 01:27 (3 months ago)
Hi,
I added custom email function to woocommerce_thankyou hook where it triggers to send email to custom email address..
so for API orders i added woocommerce_new_orders hook which is not triggering tried woocommerce_api_order_created hook as well.. but only triggering on website.. upon contacting woocommerce team they said check the theme developer if there is any conflict with woocommerce.. i would like to know if there is any custom hook for this added by dukamarket.. or any conflict was there with api orders.. order is getting created in backend.. but not firing the email..
I added custom email function to woocommerce_thankyou hook where it triggers to send email to custom email address..
so for API orders i added woocommerce_new_orders hook which is not triggering tried woocommerce_api_order_created hook as well.. but only triggering on website.. upon contacting woocommerce team they said check the theme developer if there is any conflict with woocommerce.. i would like to know if there is any custom hook for this added by dukamarket.. or any conflict was there with api orders.. order is getting created in backend.. but not firing the email..