Repository Forums Support WooCommerce Extended Coupon Features PRO Compatibility with Free Gift Coupons Reply To: Compatibility with Free Gift Coupons

#2840
Soft79
Keymaster

I assumed you already had our plugin.

Our plugin thinks the coupon has no value (it doesn’t know about ‘Free Gift’-coupons) and therefore doesn’t apply it automatically. Try pasting this line in functions.php:

add_filter( 'wjecf_coupon_has_a_value', function( $has_a_value, $coupon ) { return true; }, 10, 2);

If you can send me the Free Gift plugin to admin at soft79.nl I will try to fix this in the next release.