Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m having the same issue! I want to allow my customers to both get a volume discount and apply a special discount code for double the savings, but currently, adding a discount code, removes the bulk discount.

    Thanks for your help.

    Plugin Author renp

    (@rene-puchinger)

    I can add an option for this in future release. For a quick solution, change line #814 from

    return !( empty( $woocommerce->cart->applied_coupons ) );

    to

    return false;

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘is there an option eo enable bulk discount and coupon discount to work?’ is closed to new replies.