Trigger “delivered” email when updating order status programmatically
-
I’m changing the order status programmatically to
deliveredI have enabled from admin settings the delivered email template. I thought the email would be sent even if I update the order status todeliveredusing the default woocommerce function$order->update_statusalthough it updates the status correctly the delivered email template is not sent to the customer. What am I missing here?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Trigger “delivered” email when updating order status programmatically’ is closed to new replies.