Search code examples
phpmagentomagento-1.9

Added product will not appear in magento?


In Magento i added one category. After that I added product for that category. But unfortunatly thae product is not getting displayed

Can any one tell me any step is there i am missing out ?


Solution

  • There are several options in Magento.

    Like We need to set the Product status to Enable, and visibility to Catalog, Search. In the inventory section set the stock availability option to "In Stock".

    The Steps to do this are:

    1.Go to the product section in Catalog->Product->General Option

    -> Check Status and visibility there and set the option according to you.

    1. Go in inventory section.

      -> Check the Stock Availability option there. If it's out of stock then set it to "In Stock".

    2. Category Section

      -> Make sure you have selected the right category.

    After that, you are good to Go with your product.

    Good Luck!