Order Completed – Sent to customers when their orders are marked completed; indicates that the order has been shipped. Order Refunded – ...
Thank you. Any way to ensure someone doesn't abuse it, i.e. if I throw that into a specific place on the thankyou page, is there anyway to not send ...
Have you tried sending the order again by going to WooCommerce > Orders and then select the order and choose the option: Email invoice / order details to the ...
If your new orders have the status Pending, no email would have been sent yet. Pending orders ...
If you want to send the email only when the order is paid choose the Order Completed ...
You can do that by using action called woocommerce_payment_complete; $ order = new WC_Order( $order_id ); function order_completed( ...
Completed Order: Order complete emails are sent to customers when their orders are marked completed. These emails usually indicate that the ...
You can use woocommerce_order_status_completed hook and WC_Email_Customer_Invoice add_action( ...
Completed order – sent to the customer when the order is marked complete, and usually indicates that the order has been shipped. Refunded ...
Enable an email to be automatically sent out when a customer has completed a ...