Disable emails for order edits in backend?
-
Hello,
is it possible to deactivate all emails, when adding/editing an order manually via backend?
Because we sometimes want to add orders, that didn’t went through the shop directly, but were triggered via online shop (e.g. contact form on product page), to have it included in the reports.
WooCommerce should still send emails to user and admin, when the customer buys through the frontend. Today there are these situations:
– via PayPal with order status “processing”
– via Invoice (in WooCommerce: “Cash On Delivery”) with order status “processing”
– via Direct Bank Transfer (BACS) with order status “on hold”Emails for PayPal and Invoice (COD):
– “wc_email_customer_processing_order” to customer
– “wc_email_new_order” to adminEmails for BACS*:
– “wc_email_customer_on_hold_order” to customer
– “wc_email_new_order” to admin* It would also fine to have all orders as “processing”, but the BACS email to the customer should still contain the bank details and the customer shouldn’t get two emails (on hold and processing).
Thank you in advance.
- The topic ‘Disable emails for order edits in backend?’ is closed to new replies.