• I automatically apply a 10% discount when customers spend $x as a volume discount (auto coupon). This is a standing offer in my store.

    I also want to send out a coupon code for $100 off to some customers. But the codes cannot be combined.

    Because the 10% is automatically applied, they won’t be able to use the $100 off code. (message in cart: “sorry… has already been applied and cannot be used in conjunction with other coupons”). How can I allow them to remove the auto coupon in cart, so they can apply the better deal?

    A manually added coupon has the [Remove] link after it. Can I get this “remove” link for auto coupons?

    I have Woocommerce booster installed, and WooCommerce Extended Coupon Features.

    • This topic was modified 1 month, 2 weeks ago by harun2024.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Soft79

    (@josk79)

    Our plugin’s settings page has an option to ‘allow removal of auto coupons’.

    Another option is using the WooCommerce woocommerce_apply_individual_use_coupon / woocommerce_apply_with_individual_use_coupon filters.

    Thread Starter harun2024

    (@harun2024)

    I see the following options:

    • Update order review on billing email change
    • Update order review on payment method change
    • High performance mode
    • Debug mode

    Which one of these should I have checked?

    Plugin Author Soft79

    (@josk79)

    Go to wp-admin > Settings > WC Extended Coupon Features.

    Thread Starter harun2024

    (@harun2024)

    If I don’t see “allow removal of auto coupons” what does that mean?

    Plugin Author Soft79

    (@josk79)

    ah, sorry, that option is only in the pro version.

    If you’re comfortable with programming, you can use this: https://stackoverflow.com/a/66110248

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.