Comments 1Gennaro started the conversationJanuary 26, 2024 at 2:17pmIs possible to set each email we send for a customer to be sent also for the agent? I need the completed order email for example 2,214WebWizards repliedJanuary 27, 2024 at 1:13amHi Gennaro,Generally I believe you can achieve this by adding the following PHP code snippet to your site:https://pastecode.io/s/xx127br4It should work for most WooCommerce emails such as the new order email, completed order email, etc.The snippet can be added to functions.php, or by following our guide here: https://woocommerce-b2b-plugin.com/docs/how-to-add-a-snippet-php-or-js/Kind regards,Stefan Sign in to reply ...
Is possible to set each email we send for a customer to be sent also for the agent? I need the completed order email for example
Hi Gennaro,
Generally I believe you can achieve this by adding the following PHP code snippet to your site:
https://pastecode.io/s/xx127br4
It should work for most WooCommerce emails such as the new order email, completed order email, etc.
The snippet can be added to functions.php, or by following our guide here: https://woocommerce-b2b-plugin.com/docs/how-to-add-a-snippet-php-or-js/
Kind regards,
Stefan