Repository Forums Support WooCommerce Extended Coupon Features PRO Sorry, this coupon is not applicable to selected products. Reply To: Sorry, this coupon is not applicable to selected products.

#2723
denis.d1
Participant

I have changed the code as specified and it works fine. Thank you.

For a quick fix, find the file plugins/perfect-woocommerce-brands/classes/admin/class-pwb-coupon.php
and replace
if ( empty( $selected_brands ) ) return;
with:
if ( empty( $selected_brands ) ) return $valid;