Click Emails to view the following templates: New Order – Sent to the store admin to notify them of a new order placed on their site. Cancelled ...
The WooCommerce admin allows some basic customization of this default email layout.
this email template, copy woocommerce/templates/emails/admin-new-order.php ...
To override and edit this email template copy {file-path} to your
... /templates/ subdirectory. Example: To override the admin order notification, copy: wp-content/plugins/woocommerce/templates/emails/admin-new-order.php to ...
Default WooCommerce email templates · New Order – Notifies the store admin that a new order has been placed on the website. · Cancelled ...
This code will display the transaction ID (when it exists) in Woocommerce admin email notifications: // Display the payment gateway ...
... say you would like to override the admin order notification, copy: the templates/ emails/admin-new-order.php file from the WooCommerce ...
WooCommerce sends emails to the admin & customers at different
/wp-content/themes/your-theme/woocommerce/emails/admin-new-order.php. Then you can change the email template to suit your needs.