Skip to Content
Menu
This question has been flagged
4 Replies
3211 Views

 How can we add a tiered pricing on a variant or product. for example item quantity 1-100 had $1.00 per piece 101-1000 had $0.80 per piece and so on.


Avatar
Discard
Best Answer

Sorry seem no out of box solution for that.

You can split your quotation in more than 1 line to do the tier pricing.

Otherwise you can write a discount module to do that.


Avatar
Discard
Best Answer

Price Lists can give you prices for ordering up to 100, or 101-1000 or 1001+ but not to price the first 100 at $1, then the next 900 at $0.80.

Avatar
Discard
Best Answer

Hello,

Yes trier price is possible on that case.

step -1 : go to Sale -> Configuration -> Settings 

Step -2 : then check the Multiple Sales Prices per Product into settings after check the other two option is activates into this select formulas (discounts, margins, roundings) and then go to pricelist menu.

Step -3 : if you used public price list then open this or create new.In price list visible Pricelist Items line.

Step -4 : Now create price list item to set Apply on,min qty =1,compute price = fixed price,value = 1$, Also add new line with value Apply on,min qty =101,compute price = fixed price,value = 0.98$ and so on.

Step -5 : check into sale order that could be effect into price.

Please let me know if any query .

Thanks

Haresh

Avatar
Discard

Please stay with the example the TO has provided and do not use new figures. In order to prove your answer, please show that the result of your method is:

- Amount for 150 units = USD 140 = ((100 * 1)+(50*0.8))

and not USD 120 (150 * 0.8)