Question

Is there a way to set the product's stock status automatically to "In Stock" after a credit memo has been created and quantity is restored?

Or would it somehow be possible to set that setting automatically to all products that has qty > 0?

Was it helpful?

Solution

I found an extension that fixes this issue. Seems to work also with 1.9.x editions when tested.

https://github.com/gsafcik/StockAvailability

OTHER TIPS

When you create the credit memo there is a field that allows the user to specify whether the item should be returned to stock:

enter image description here

In the case where more than one product was ordered it provides an input field that allows the admin to input the # of items from the credit memo that will be returned to stock.

By default this isn't possible, Magento can only automatically change the product to out of stock. With some modification to the _beforeSave function in Mage_CatalogInventory_Model_Stock_Item (overwrite the class with your own) it can.

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top