This topic has 2 replies, 2 voices, and was last updated 1 years ago ago by Rose Tyler
we are using this code
function forward_customer_email_to_admin( $headers ) {
$headers .= ‘Bcc: netsnnets.india@gmail.com’ . “\r\n”;
return $headers;
}
add_filter( ‘woocommerce_email_headers’, ‘forward_customer_email_to_admin’ );
for forwarding the cc copy to netsnnets.india@gmail.com sometimes it is working but it is not working everytime i have checked everything but this problem is occuring once in a week . Please help us with this problem . I have pasted this code on function.php file.
Hello, Ritik Kumar,
Thank you for contacting us and for using XStore.
Sorry, but we can not be responsible for your custom coding in the child theme.
We would recommend you contact WooCommerce support – https://wordpress.org/support/plugin/woocommerce/
Kind Regards,
8theme team
You must be logged in to reply to this topic.Log in/Sign up