Repository Forums Support WooCommerce Extended Coupon Features PRO WooCommerce Subscriptions not auto-applying recurring % discount Reply To: WooCommerce Subscriptions not auto-applying recurring % discount

#3391
Soft79
Keymaster

I think it’s because the Subscriptions-plugin defines it’s own discount type (recurring_percent) which our plugin doesn’t know.

Try this snippet in your functions.php:

add_filter( 'wjecf_coupon_has_a_value', function() { return true; } );