Try this custom hooked function in woocommerce_thankyou action hook: add_action( 'woocommerce_thankyou', 'custom_content_thankyou' ...
page that customers see after they place an order via the default WooCommerce Checkout page.
To get the customer billing email, you can use one of those: The Woocommerce WC_Order method get_billing_email(); The WordPress ...
Transactional emails receive up to 8 times more opens than other types of emails . Here's how
We will see how to add that in point 4 below.
WooCommerce Add Message to top of the checkout page.
allows to change "Order received" text, the second hook ...
You can filter the text on a WooCommerce order received after
WooCommerce allows users to send customized order emails and alter the
[This thread is closed.] I'm using PayPal Checkout Express… I would like to add text to the page that the customer is sent to after they…