• Scenario: User purchase 10 of similar products and hav 10% discount through the bulk discount. In checkout page user apply coupon which has an additional 10% discount on cart total. currently coupon overrides and disables the bulk discount.

    Hi im wondering is there an option where I can get the bulk discount and coupon discounts to work together?

    http://wordpress.org/plugins/woocommerce-bulk-discount/

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.