Hello
I am issue in magento breadcrumbs.
issue is that i am create shop page in magento cms page. i am added all product in default category.
it's working fine. but it can not show Breadcrumbs in this page. i am searching on internet
i am checking in admin panel
admin -> system ->config-> web -> default pages -> Show Breadcrumbs for CMS Pages ->yes
but only shop page cms page not display breadcrumbs. other cms page display breadcrumbs.
that i am search for how to add breadcrumbs using xml in cms page i am found that we can
added breadcrumbs manully i am added this code it's working properlly
I am added this code in you cms page. edit your cmspage ->design->Layout Update XML->
I am adding this code
page/category.phtml
breadcrumbs
<reference name="root">
<action method="setTemplate"><template>page/category.phtml</template></action>
<action method="unsetChild"><alias>breadcrumbs</alias></action>
<block type="page/html_breadcrumbs" name="breadcrumbs" as="breadcrumbs">
<action method="addCrumb">
<crumbName>Home</crumbName>
<crumbInfo><label>Home</label><title>Home</title><link>/</link></crumbInfo>
</action>
<action method="addCrumb">
<crumbName>About us</crumbName>
<crumbInfo><label>SHOP</label><title>SHOP</title></crumbInfo>
</action>
</block>
</reference>
I am issue in magento breadcrumbs.
issue is that i am create shop page in magento cms page. i am added all product in default category.
it's working fine. but it can not show Breadcrumbs in this page. i am searching on internet
i am checking in admin panel
admin -> system ->config-> web -> default pages -> Show Breadcrumbs for CMS Pages ->yes
but only shop page cms page not display breadcrumbs. other cms page display breadcrumbs.
that i am search for how to add breadcrumbs using xml in cms page i am found that we can
added breadcrumbs manully i am added this code it's working properlly
I am added this code in you cms page. edit your cmspage ->design->Layout Update XML->
I am adding this code
<reference name="root">
<action method="setTemplate"><template>page/category.phtml</template></action>
<action method="unsetChild"><alias>breadcrumbs</alias></action>
<block type="page/html_breadcrumbs" name="breadcrumbs" as="breadcrumbs">
<action method="addCrumb">
<crumbName>Home</crumbName>
<crumbInfo><label>Home</label><title>Home</title><link>/</link></crumbInfo>
</action>
<action method="addCrumb">
<crumbName>About us</crumbName>
<crumbInfo><label>SHOP</label><title>SHOP</title></crumbInfo>
</action>
</block>
</reference>
this code for breadcrumbs my page name is shop add title shop and also change label shop
<action method="unsetChild"><alias>breadcrumbs</alias></action>
<block type="page/html_breadcrumbs" name="breadcrumbs" as="breadcrumbs">
<action method="addCrumb">
<crumbName>Home</crumbName>
<crumbInfo><label>Home</label><title>Home</title><link>/</link></crumbInfo>
</action>
<action method="addCrumb">
<crumbName>About us</crumbName>
<crumbInfo><label>SHOP</label><title>SHOP</title></crumbInfo>
</action>
</block>
I think you can help this code.
0 komentar:
Post a Comment