-Create a category to contain the featured products. Call it e.g. “Featured”. Set “Is Active” to No. That way, it won’t display in the catalog menu.
– After saving the category, please note what ID it gets. Above the General Information tab will stand Featured (ID: **).
– Edit the Home Page (CMS → Manage Pages → Home Page) and add the following content, where ** should be replaced by your category ID:
1 |
{{block type="catalog/product_list" category_id="**" template="catalog/product/list.phtml"}} |
Leave a Reply