Magento – Out of stock products not showing (Community 1.8)

configurationinventorymagento-1.8stock

I want 'out of stock' products to show in the store, but despite the option System/Configuration/Inventory/Stock Options/Display Out Of Stock Products being set to yes they still don't show.

Is there another setting that could be overriding this?

Best Answer

When the index is built, the following happens:

\Mage_CatalogInventory_Model_Stock_Status::prepareCatalogProductIndexSelect
\Mage_CatalogInventory_Model_Resource_Stock_Status::prepareCatalogProductIndexSelect

So when you set this to yes, all products which are in the index should be shown.

Related Topic