WooCommerce allows users to send customized order emails and alter the
You can add any custom field to your order emails by hooking in and specifying the name of the custom field. This can be useful if, for example, you want to ...
The email header ( not(!) the subject ) can be modified using the WooCommerce settings. Go to WooCommerce -> Settings -> Email (tab).
More about the different emails that are automatically sent at Email Settings.
This code will display the transaction ID (when it exists) in Woocommerce admin email notifications: // Display the payment gateway ...
The Additional Content field can be especially helpful for emails that are sent to your customers, such as the Completed Order email. Adding a ...
The Woocommerce Gravity Forms Product Add-Ons plugin creates entries and connects them with an order, but it looks like you can't add Order ...
Or maybe the order ID, customer ID, billing info, payment method, total refunds and
... 20, 4 ); function so_43612005_add_content( $order, $sent_to_admin, $ plain_text, $email ) { // WooCommerce 3.0 if( method_exists( $order, ...
How to Target Other WooCommerce Order Emails. Using the same snippet above, you can target different emails by changing the email ID ...