This is not built in. To do this, you'd need a function hooked into the 'woocommerce_check_cart_items'. From there you can check $woocommerce->cart for a coupon, and add an error ($woocommerce->add_error()) if needed. This will prevent checkout.
↧
This is not built in. To do this, you'd need a function hooked into the 'woocommerce_check_cart_items'. From there you can check $woocommerce->cart for a coupon, and add an error ($woocommerce->add_error()) if needed. This will prevent checkout.