- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2017
03:40 AM
01-10-2017
03:40 AM
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 !
Labels:
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2017
02:24 PM
01-10-2017
02:24 PM
Re: How to change the price of an article depending on the total number final sells for product?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2017
03:33 AM
01-13-2017
03:33 AM
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.