How to display category page in magento
I'm using magento 1.5.0.1. In my home page i want to display categories, i have created 3 开发者_如何学JAVAcategories and gave is active option to yes in admin. I want to display these categories with link in my homepage. In the homepage i have these code
<reference name="content">
<block type="catalog/product_new" name="home.catalog.product.new" alias="product_new" template="catalog/product/new.phtml" after="product_list"><action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action></block>
</reference>
How to change this to view categories. I'm new to magento. Please help me out of this......
I have given Include in Navigation Menu to yes while adding the categories.
You can use build in widget "Catalog Category Link".
Open your magento backend
Navigate to CMS->Page
Select "Home Page"
Choose tab "Content"
Click on button "Insert Widget..."
Choose widget "Catalog Category Link" from list of available widgets.
Fill widget required information and click on "Insert Widget" button
Repeat step 5-7 for each category that your need to display on home page
精彩评论