wp -content/plugins/woocommerce/templates/emails/admin-new-order.php to ...
This template can be overridden by copying it to yourtheme/woocommerce/ emails/admin-new-order.php. *. * HOWEVER, on occasion WooCommerce will need ...
New Order – Sent to the store admin to notify them of a new order
WooCommerce sends emails to the admin & customers at different stages in the order
That is the point of using Child themes. You will need to merge the changes from the latest version into the child theme version. I think there is a plugin available to ...
php file from the WooCommerce plugin to woocommerce/emails/admin-new- order.php in your (child) theme and you can customise it there. This ...
There was some errors like an undefined $items in a foreach loop, that has been replaced by $order->get_items() and some other little things.
wp-content/themes/your-child-theme-name/woocommerce/emails/admin-new- order.php and add some php code to the copy. The template already receives the ...
1) Copy this file: woocommerce/templates/emails/admin-new-order. php · 2) Paste it in your child theme directory as such: YOUR-CHILD-THEME/ ...
The directions say this: Example: To override the admin order notification, copy: woocommerce/templates/emails/admin-new-order.php to ...