Magento - Find Out of Stock Products With Inventory -


In my Magnori stores, I sometimes use 'In stock' from the dropdown after adding new list outside the stock item I forget to choose.

Is there any list of all the products that have a list, but in the form of a tag as "stock out"?

If you can enable some real quick scripts.

  $ products = Mage :: getModel ('catalog / product') - & gt; GetCollection) - & gt; AdyttivityToolfilters ('is_in_stock', 0) - & gt; Adatititophilter ('qty', array ("gt" => gt; 0));  

Unfortunately I do not remember how to work in 0. Maybe someone can comment on it.

What you can do with $ products, it is run through a forechee loop and then set is_in_stock in the value of 1 and you should do business.


Comments