WooCommerce Order Emails – Gmail Promotions Tab
-
(my website is authenticated properly and I have configured SMTP correctly)
My issue: My woocommerce order emails are ending up in the gmail promotions tab.
If one goes into the template manually (customer-processing-order.php) and removes the following line:
do_action( ‘woocommerce_email_order_details’, $order, $sent_to_admin, $plain_text, $email );
… then the email goes through to the primary tab – so it is safe to say that google doesn’t like how the email_order_details is structured and marks it as a promotion.
Has anyone managed to solve this issue by manually adjusting how this component of the woocommerce order emails is structured?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘WooCommerce Order Emails – Gmail Promotions Tab’ is closed to new replies.