Here is the code to get all Product in Magento Home Page
{{block type="catalog/product_list" name="home.catalog.product.list" alias="products_homepage" template="catalog/product/list.phtml"}}
Here is the code to get products in specific category in mageno home page
{{block type="catalog/product_list" name="home.catalog.product.list" alias="products_homepage" category_id="4" template="catalog/product/list.phtml"}}
Hope it Helps. Thanks...
No comments:
Post a Comment