cancel
Showing results for 
Search instead for 
Did you mean: 

Change price when last product sold

Change price when last product sold

Hi,

 

Is there a plug in that can change the "price" to "Manufacturer's Suggested Retail Price" when the last product is sold.

 

More info:

 

I have a webshop, some times we get a good offer from the supplier for product with a limited quantity.

 

Then we change the price on the field "price" example to "100" 

The field "Manufacturer's Suggested Retail Price" is "150"

Then the plugin have to change the field "price" to the price from the field "Manufacturer's Suggested Retail Price" when stock go to 0.

 

I use Magento ver. 1.9.3.3

 

Best Regards,

Morten Terp

4 REPLIES 4

Re: Change price when last product sold

@morten _terp Yes you can do this.

 

You have to create a cron for which you can set time.

 

Suppose it runs once every day.So it can check all the products and for which the qty is  0 it can replace the price with "Manufacturer's Suggested Retail Price"

 

Thanks

Re: Change price when last product sold

Hello @morten _terp,

 

Actually I understand what you need in changing the price of the product? is this you want? If the manufacturer's price is $ 150 and "price" $ 100 then if the product goes to out of stock, the price will be display as manufacturer's price of $ 150.

 

That means changing of price field will be changed from $ 100 to $ 150. 

 

Kindly confirm about this

 

Best regards
Madhuresan
Bootsgrid

Re: Change price when last product sold

Hi, 

 

Yes, that's exactly what I'm looking for

 

Best Regards,

Morten Terp

Re: Change price when last product sold

Hello @morten _terp,

 

Could you refer any of the website which already had this functionality?