The Order Status email is not being sent
-
We are using the WooCommerce plugin version 7.2.2 on the website, and we are changing the order status using the below function in the webhook file.
$order = wc_get_order( $orderId );
$order->update_status($orderStatus);When we change “Completed” order status at that time, order status is updated with the particular order, but an email is not being sent to the customer.
This feature is working fine with the previous WooCommerce version (6.6.1).
If we manually change order status from the back office, then order status is updated and an email is sent to the customer.Could you let us know why we are facing this issue and how to fix it?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘The Order Status email is not being sent’ is closed to new replies.