cancel
Showing results for 
Search instead for 
Did you mean: 

How to change the price of an article depending on the total number final sells for product?

How to change the price of an article depending on the total number final sells for product?

Dear community, 

I would like to create a model like: "the more people are buying the less you pay" meaning that the price should decrease after every X sells.

Example:

If total amount of Article XYZ sold < 10 ==> Price= 100$

If total amount of article XYZ sold >=10 & <20 ==> Price=90$ 

Etc...

 

Do you have any idea how I could do that?

 

Thanks in advance !

2 REPLIES 2

Re: How to change the price of an article depending on the total number final sells for product?

Hi @seadimpakt,

 

What if you use tier prices? Could that work?

Re: How to change the price of an article depending on the total number final sells for product?

Hi @seadimpakt

 

You can create new module and define Observer 'checkout submit all after' and get the product id in observer. Calculate the sold qty of article and  specify the condition cases ans update the product price or add special price.

 

Let me know if it work for you.

Let me know if it helps. You can raise a KUDOS if its really worth for you. Also if it solves your problem then please mark as SOLUTION.