Insert category product into static page magento

To insert category product into static page in magento follow these simple steps.
1. Create a category from Catalog->Manage Categories called "Featured Category".
2. Set this category as active and set "no" to "Include in Navigation Menu" label.
3. Go to display settings tab.
4. Select display mode as static page only.
5. Create static page from CMS->static pages
6. Add the following code into content tab
<code>{{block type="catalog/product_list" category_id="35" template="catalog/product/list.phtml"}}
</code>

Comments

Popular Posts