• Resolved afem1010

    (@afem1010)


    I have a little complex scenario with coupons, and I’d appreciate your help figuring this out.

    Here are two elements of the process:

    • I want to have multiple cart discounts for different price ranges (different discounts at different levels – this I have figured out
    • I want to have a product that can be discounted via a discount code provided in an email – this is standard wordpress

    What I want to do is the following:

    • I want to exclude products that are using a discount coupon from the cart discount (based on subtotal)
    • I want the cart discount to be applied on the subtotal of the non-discounted products
    • I don’t want to use products on sale – but products discounted via a coupon code

    Can the above be done using your plugin (or in any way for that matter)? I have tried a few variations without any luck, but thought I’d see if there are any workarounds. I’d totally purchase the PRO version if the above can be done.

    https://ww.wp.xz.cn/plugins/woocommerce-auto-added-coupons/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Soft79

    (@josk79)

    That’s a nice one…. the PRO version won’t solve it for you.

    Maybe disabling WooCommerce Settings Checkout Calculate coupon discounts sequentially works?

    Thread Starter afem1010

    (@afem1010)

    Disabling that wouldn’t necessarily “exclude products using a discount coupon”. I am basically trying to do your exclude function in PRO version, but with an emphasis on any products with any kind of discount (rather than a specific product or category).

    Plugin Author Soft79

    (@josk79)

    Hmm, too bad. Then you’d need to add a filter to woocommerce_get_discounted_price. See woocommerce/includes/class-wc-cart.php and manually choose the discount(s) to apply.

    Thread Starter afem1010

    (@afem1010)

    Any way you’d be able to help me set that up if I were to purchase the pro plugin – your help would be greatly appreciated. Been searching for a solution and its becoming a pain in the neck.

    Plugin Author Soft79

    (@josk79)

    If you can send me full details with one or more examples to admin at soft79.nl I can give you a quote for the feature request.

    Thread Starter afem1010

    (@afem1010)

    Sent you an email with the details.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Complex Coupon Scenario’ is closed to new replies.