Saturday 6 April 2013

Create Home Page with CategroyProducts and Breadcums


<reference name="breadcrumbs">
        <action method="addCrumb">
            <crumbName>Home</crumbName>
            <crumbInfo> <label>Home</label>  <title>Home</title>  <link>/</link>   </crumbInfo>
        </action>  
</reference>
<reference name="left">
<block type="catalog/layer_view"  name="catalog.leftnav" after="home_left" template="catalog/layer/view.phtml"/>


 <action method="unsetChild"><alias>left.newsletter</alias></action>
<action method="unsetChild"><alias>left.permanent.callout</alias></action>
</reference>
<reference name="content">
<block type="catalog/product_list" name="home" template="catalog/product/list.phtml">
<action method="setCategoryId"><category_id>2</category_id></action>

<action method="addColumnCountLayoutDepend"><layout>one_column</layout><count>5</count></action>
<block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
<block type="page/html_pager" name="product_list_toolbar_pager"/>
 </block>
<action method="setToolbarBlockName"><name>product_list_toolbar</name><count>5</count></action>
</block>
 </reference>

No comments:

Post a Comment