I'm trying to figure out how to apply quantity discounts on a category level as well as an item level. For example, I have a line of stickers representing about 50 different styles. I need to offer discounts such as 6 stickers for $5, 25 stickers for $15, and so on. However, some stickers are more expensive than others. For example I have $1 stickers from one supplier, and $5 stickers from a second supplier, so I need to also filter by vendor, so that the quantity applies at different rates to different suppliers. Anyone know how to apply such a schema?
Thanks in advance!
Hi,
if got the same problem in an way. i want to create discounts based on the quantity and category one buys. e.g. there are 2 main categories with some subcategories.
5 pc of c1 cost 10$, 20 pc of c1 cost 30$...
but 1 pc of c2 cost 50$ and 2 pc of c2 cost 85$ ...
has anyone a solution?