I’m currently working on building out B2B wholesale volume pricing.
I need to implement the following volume pricing rules on a product level, so that a customer can combine a number of variants of a product to hit volume pricing breaks.
Volume pricing rules by product:
- 8%: 18-29 pants
- 12%: 30-59 pants
- 16%: 60+ pants
For example: A pair of pants is the product. Variants are S, M, L. A customer orders 15-S, 15-M, and 16-L for a total of 61 of that product and gets 16% off volume pricing on that product.
It seems as though volume pricing is applied on the variant level out of the box, so a customer would have to buy 60+ an individual variant to receive volume pricing.
Can anyone advise how to get around this? I have looked into apps like WPD and Wholesale Gorilla, but the problem is that they do not apply discounts until the checkout, which will not work for me. I need the pricing breaks to be displayed in real-time as the customer shops.
Can anyone please advise on a solution? Cheers!