dongnao3990 2014-09-01 12:05
浏览 55
已采纳

如何通过管理面板删除magento面包屑?

I want to remove the breadcrumbs from magento pages, especially from the product detail and product listing pages.

Can this be done without changing any code? Only inside the admin-panel?

  • 写回答

2条回答 默认 最新

  • doq1969 2014-09-01 12:08
    关注

    Best way is to go to:

    System --> Web --> Default Pages --> Show Breadcrumbs for CMS Pages

    and turn them off.

    Another way (shown here) is to create/extend the local.xml file inside your template directory.

    e.g /app/design/frontend/default/YOURTEMPLATE/layout/local.xml

    <?xml version="1.0"?>
    <layout version="0.1.0">
    <cms_index_index>
        <reference name="root">
            <remove name="breadcrumbs"/>
        </reference>
    </cms_index_index>
    </layout>
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥50 pc微信3.6.0.18不能登陆 有偿解决问题
  • ¥15 求TYPCE母转母转接头24PIN线路板图
  • ¥100 国外网络搭建,有偿交流
  • ¥15 高价求中通快递查询接口
  • ¥15 解决一个加好友限制问题 或者有好的方案
  • ¥15 急matlab编程仿真二阶震荡系统
  • ¥20 TEC-9的数据通路实验
  • ¥15 ue5 .3之前好好的现在只要是激活关卡就会崩溃
  • ¥50 MATLAB实现圆柱体容器内球形颗粒堆积
  • ¥15 python如何将动态的多个子列表,拼接后进行集合的交集