Suppose the default price for a product is 100 euro but for all extra items that are bought after the first one the added price is 25 euro. How to set this up? Do I need to make a pricelist rule for every quantity like ...
if min quantity = 2, formula = base price + 25
if min quantiry = 3, formula = base price + 50
...
I can't use a quantity variable in the formula, right?