Search code examples
phpmagentoshopping-cartmagento-1.8

Product not displaying in the category page in Magento 1.8.1.0


All the features in my magento site is working fine,except the product listing in the category page.

I have enabled everything, tried clearing cache, product is marked in stock, quantity is > 0. But still its not working. But the product can be accessed directly, it is displayed while searching and in the list of recommended products.

I am using the theme Precise - magento.


Solution

  • The checklist for whether items are in stock follows:

    The products must be Visible in Catalog.
    The products must be Enabled.
    Product must have a stock Quantity.
    The product must be set to In Stock.
    If the product is set not to track stock, it still has to have a stock Quantity and be set to In Stock.
    The product must be assigned to the target Category.
    If using multi-website mode (or if you imported the products through Data Flow), the products must be assigned to the target Website.
    

    You must refresh your Cache / Indexes, just to make sure.

    Ref link: Magento products will not show in category