Try this custom hooked function in woocommerce_thankyou action hook: add_action( 'woocommerce_thankyou', 'custom_content_thankyou' ...
@snippet Add Text to Customer Processing Order Email. * @how-to Get CustomizeWoo.com FREE. * @author Rodolfo Melogli. * @testedwith Woo 4.6.
will achieve this, you can find a list of more Woocommerce hooks here.
Transactional emails are a key piece of your order fulfillment process.
Let's add a new field to checkout, after the order notes, by hooking into the following ...
WooCommerce Add Message to top of the checkout page.
the billing and shipping sections of checkout, next to order notes (order notes must
Here are the steps you need to follow in order to add text to the invoice generated in your store. Step 1. Go to WooCommerce > Orders from your ...
We will see how to add that in point 4 below.
If you copy the template for that email so that it is overridden by your child theme, then you can modify that email only. To copy the template easily, go to ...