cancel
Showing results for 
Search instead for 
Did you mean: 

Decreasing price

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Decreasing price

Hello all,

 

this is my first post on the forum Smiley Happy

 

I have manage a magento project for few month now and I would like to create an extension by myself but don't really know where to start.

I would like to create rules for some products with decreasing price.

But, I don't want it to be available to all products. I want some steps.

1 -> 5 : 5€

5 -> 10 : 4€

10 -> ... : 3€

so if I order

  • 5 products : 5 * 5€ = 25€
  • 6 products : (5 * 5€) + (1 * 4€) = 29€ 
  • 10 products : (5 * 5€) + (5 * 4€) = 45€
  • 12 products : (5 * 5€) + (5 * 4€) + (2 * 3€) = 51€

Could you guide me on how to do this ?

 

Thank you

3 REPLIES 3

Re: Decreasing price

Hello @dave_ls 

 

Set tier price for the product.

It will help Smiley Happy

---
If you've found my answer useful, please give"Kudos" and "Accept as Solution"

Re: Decreasing price

I have try to use tier price for this.

But the price modification has been done on all products, and steps were not existing.

Or maybe I did it in a wrong way ?

Re: Decreasing price

You can do this things, using magento default functionality called Tier Price.

You need to set Tier Price like this one.

1 -> 5 : 5€

6 -> 10 : 4€

11 -> ... : 3€

Was my answer helpful? You can Click Kudos/Accept As Solution.
200+ professional extensions for M1 & M2 with free lifetime updates!