从Magento中的分层导航取消设置类别

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了从Magento中的分层导航取消设置类别相关的知识,希望对你有一定的参考价值。

update your catalog.xml in your app/design/default/THEMENAME/layout/catalog.xml with this XML definition to remove the category filters from the left-layered navigation in Magento.
  1. <reference name="catalog.leftnav">
  2. <action method="unsetChild"><alias>category_filter</alias></action>
  3. </reference>

以上是关于从Magento中的分层导航取消设置类别的主要内容,如果未能解决你的问题,请参考以下文章

如何使magento过滤器像类别一样工作

改进Magento中的分层导航

导航中的 Magento 类别和产品 - 子项

自定义产品集合上的 Magento 分层导航

Magento 类别页面未包含属性过滤器中的所有产品

Magento 2 Amasty分层导航。删除当前应用的过滤器的显示