Currently I have a discount set to discount based on a percentage by quantity per line item.
So if a item costs 1$ for one, and you get a 10% discount in quantity bracket 2-9, the item cost per item is $0.90. I want this discount to only apply per line item.
The issue I'm facing is if the customer buys itemA for 1$, and itemB for 2$, they are hitting the 2-9 bracket. So the discount is counting the total order quantity instead of quantity per line item.
Volume Discounts
Re: Volume Discounts
Make sure that from store settings page you have selected Discount Mode: option to Line Item.
Re: Volume Discounts
Thanks, I that did it.