I’m currently looking for a way to offer my customers volume discounts on my website.
The most suitable option I’ve found so far is using alternatePrice, which I’ve defined in Snipcart and passed along accordingly.
The expected behavior would be that the best alternatePrice is always applied. However, I’m running into the following issues:
- Only the first alternatePrice is used.
- When I change the quantity in the cart using the “+” or “–” buttons, the alternatePrice is no longer set at all.
Example:
A discount should apply starting at a quantity of 200. If I decrease the quantity in the cart from 200 to 199 and then increase it back to 200, only the regular price is calculated instead of the discounted one.
Could you let me know if there’s a way to solve this issue, or if there’s a better approach to handle volume discounts for multiple products via prices?
Thank you very much in advance for your support!