In Magento, almost all are facing an issue that products are not displaying in home page. This may be due to many reasons. Here i am explaining based on latest Magento 1.8. Mainly this occurs due to three reasons.
Home page Layout configuration
- Home page Layout configuration.
- Zero quantity product.
- Out of stock product.
Home page Layout configuration
- Login into your Magento Admin Panel.
- Go to CMS -> Pages. In the 'Manage Pages' list, choose 'Home page'.
- Left side you can see 'Page Information'. In this choose 'Design'.
- On right you can see 'Page Layout'. And also can see 'Layout Update XML'.
- In this change the following
<block type="catalog/product_new" name="home.catalog.product.new" alias="product_new" template="catalog/product/new.phtml" after="cms_page">
to
<block type="catalog/product_list" name="home.catalog.product.list" alias="products_homepage" template="catalog/product/list.phtml">
Zero quantity product
- Login into your Magento Admin Panel.
- Go to Catalog -> Manage Products. Select a product and ensure that the quantity of product is not zero.
- If it is zero, then open the product, On left side you can see 'Product Information'.
- Choose 'Inventory'. Then update the Qty to a number > zero.
- Login into your Magento Admin Panel.
- Go to Catalog -> Manage Products. Select a product.
- Open the product, On left side you can see 'Product Information'.
- Choose 'Inventory'. Then change 'Stock Availability' to 'In Stock'.
Labels: cart, ecommerce, free, magento, opensource
0 comments: Post Yours! Read Comment Policy ▼
PLEASE NOTE:
We have Zero Tolerance to Spam. Chessy Comments and Comments with Links will be deleted immediately upon our review.