Magento – “There are no products matching the selection”

homemagento-1.9productproducts-view

In magento at my home page i have added the the product block

{{block type="catalog/product_list" name="home.catalog.product.list" alias="products_homepage" template="catalog/product/list.phtml"}}

{{block type="catalog/product_list" name="home.catalog.product.list" alias="products_homepage" category_id="2" template="catalog/product/list.phtml"}}

And i have added two products with different categories moreover included both the products into a default_category (id:2)

But still i am getting that message so how can i display the products on my home page. I have set the quantity to 5 and 15. Still i dont get those products.

Flushed cached and Re-Indexed them

Looking for help ? Thanks in advance

Best Answer

Please check following settings are done for your product

  1. The products must be Visible in Catalog.
  2. The products must be Enabled.
  3. Product must have a stock Quantity.
  4. The product must be set to In Stock.
  5. If the product is set not to track stock, it still need to have a stock Quantity and be set to In Stock.
  6. The product must be assigned to the target Category.
  7. If using multi-website mode (or if you imported the products through Data Flow), the products must be assigned to the target Website.
  8. You must refresh your “var/Cache” & rebuild all indexes from admin > system > index management

Hope this helps you.

Related Topic