Magento – Fix Products Not Showing in Category Page and Search Results

categorymagento-1.9productsearch

The Products that I created, are not showing in selected category pages and not showing the search results. How can I fix this?

Products Properties:

  • Status: Enabled
  • Visibility: Catalog, Search
  • Inventory: Manage Stock: No (that's mean the product in stock)
  • Main Website: Selected
  • Product Categories: Selected

Categories Properties:

  • Is Active: Yes
  • Display Mode: Products Only
  • Is Anchor: Yes

Please note that when I entered the URL key in the browser, the product page showing and its available, but the products are just not showing in category page and search result.

Thank you in advance.

Best Answer

Please try to run reindex in shell folder.

php indexer.php --reindexall

or in admin panel:

System -> Index Management

Related Topic