Search code examples
javascriptphpwordpresswoocommercecoupon

Limit cart to only use 1 coupon - woocommerce


how can I limit my coupon so a customer won't be able to use multiple coupon on the same checkout?

I'm using WP Woocommerce 4.2.2


Solution

  • You can do this by activating the option Individual use only, at the coupon editing form. This will block the use of additional coupons.

    For more information check the official documentation.