Hi,
The email header issue was already fixed in v1.3.1 and we retested it on our end we could nto reproduce the issue try to reinstall the plugin
and order canceled email is not send to admin
Hi,
Thank you for a quick reply. I tried to reinstall the plugin with no luck. So I did some research.
I’m using AVADA template, so I had to replace email-header.php template at my AVADA child theme. Now header issue is corrected. But the issue with “order canceled email is not send to admin” is not working yet. Do I have to replace some files?
WooCommerce only triggers the Canceled order email for admin when the order state changes from processing to canceld or on hold to canceled, so it dont trigger when order state goes from cancel request to cancel. will see if that email is needed for the admin on this status change
woocommerce\includes\emails\class-wc-email-cancelled-order.php
add_action( ‘woocommerce_order_status_processing_to_cancelled_notification’, array( $this, ‘trigger’ ), 10, 2 );
add_action( ‘woocommerce_order_status_on-hold_to_cancelled_notification’, array( $this, ‘trigger’ ), 10, 2 );
Upgrade to new version v1.3.3.1 released today that will send the cancel order email to admin when the order status changes from cancel request to cancel
I did the upgrade of plugin and everything is working like you wrote. Thank you again for a very quick support. The support is A++++
Thanks you can leave a review that will be great
The review was written with all the stars given.
Thank you again for helping me out with my problem.
-
This reply was modified 2 years, 9 months ago by
savaldoo.