Reputation: 165
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 ?
Upvotes: 0
Views: 57
Reputation: 486
Check stock and also check whether it is enabled or not. If it doesn't show yet, then perform reindexing by following method:
in case of magento2, run:
php bin/magento indexer:reindex
in case of magento1, it can be done from admin panel.
after this clear cache and check.
hope, this will work.
Upvotes: 0
Reputation: 44
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.
Go in inventory section.
-> Check the Stock Availability option there. If it's out of stock then set it to "In Stock".
Category Section
-> Make sure you have selected the right category.
After that, you are good to Go with your product.
Good Luck!
Upvotes: 2