New Order – Sent to the store admin to notify them of a new order placed on their site.
In this article I'll show you two examples of a customized WooCommerce new order emails. One example will be for a ShopMagic free users, ...
... /templates/ subdirectory. Example: To override the admin order notification, copy: wp-content/plugins/woocommerce/templates/emails/admin-new-order.php to ...
Overriding Custom Email WooCommerce Template · First you make sure that the following directory exists in the WordPress installation: wp- ...
Then in your email settings, on the Subject field of an email notification you will be able to replace for example: Your {site_title} order receipt ...
Standard WooCommerce order email template with no customization
php WooCommerce template to send conditionally some custom customer details based on shipping method? For example (for New Order email ...
Customizing the WooCommerce email template is a good way to modify
I think you need such type of code. add_action('woocommerce_thankyou', ' my_custom_new_order_email'); function my_custom_new_order_email( $ order_id ) ...