Remove coupon section from email
-
Dear Smart Coupons team,
We’re big fans of your plugin and have added coupons to several of our products. We were wondering whether it’s possible to remove the coupon section from WooCommerce emails. For us, the auto-generated coupon email is enough.
I saw that you added the email content using the hook woocommerce_email_after_order_table:add_action( ‘woocommerce_email_after_order_table’, array( $this, ‘generated_coupon_details_after_order_table’ ), 10, 3 );
Is there a way to remove this action, or is it possible to remove the coupon section in WooCommerce emails in another way?
I am also comfortable with coding – so any solution would be greatly appreciated!Best, Lena
The topic ‘Remove coupon section from email’ is closed to new replies.