Sha*_*thi 4 breadcrumbs magento hide
我想在高级搜索结果中单独隐藏(主页>目录高级搜索>结果)面包屑的magento.我不想浏览结果页面中的面包屑.有人帮我做到这一点.
Har*_*rit 10
尝试使用
<remove name="breadcrumbs" />
Run Code Online (Sandbox Code Playgroud)
在布局xml文件的特定句柄内.例如
<catalog_category_default>
<remove name="breadcrumbs" />
</catalog_category_default>
Run Code Online (Sandbox Code Playgroud)
或者尝试在CMS-> Pages下的后端的cms页面布局表单中使用它.