Nice to know woocommerce guys implemented it.
Unfortunately, in my case, its very hard to upgrade to 2.6 from 2.5.
But I’ll do eventually.
@bluemoonsound I think I found what is crashing your site. I updated the gist.
@bluemoonsound very hard to tell.
Can you active debug log (explained here https://codex.ww.wp.xz.cn/Debugging_in_WordPress#WP_DEBUG_LOG) and paste here the content of /wp-content/debug.log file so I can see what is happening?
Hi all. I’m going through the same problem.
I manage to solve this hooking up on the woocomerce hook which is fired when an order change from On Hold to Processing. When this happen, I trigger the email by code.
I made a gist of it for those facing the same problem.
https://gist.github.com/dbiagi/79e175c9316a496996bc70d9f18182dd#file-functions-php
Just paste this in your functions.php and you’re good to go.