Repository Forums Support WooCommerce Extended Coupon Features PRO Notify on Checkout if auto coupon removed Reply To: Notify on Checkout if auto coupon removed

#5252
Soft79
Keymaster

You can disable ‘remove’ for autocoupons from the settings page.

Otherwise you need to do it programatically. You can verify which autocoupons were manually removed by using:

$coupon_codes = WC()->session->get( 'wjecf_autocoupon_removed_coupons', array() );