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

#2885
Domin
Participant

Yes, of course. There is a few working functions…

Tried also:
add_action( ‘after_setup_theme’, ‘run_autocode’ );
function run_autocode() {
add_filter( ‘wjecf_coupon_has_a_value’, function( $has_a_value, $coupon ) { return true; }, 10, 2);
}

But no effect…