Magento 我想删除左侧导航
Magento I want to remove the left nav
我创建了自己的导航作为 CMS 块,显示在左侧导航中。我仍然使某些类别在菜单中可见,以便它们显示在主导航中。但是,当我这样做时,左侧导航会弹出。如何删除或隐藏此块?
<catalog_category_default translate="label">
<label>Catalog Category (Non-Anchor)</label>
<reference name="left">
<block type="catalog/navigation" name="catalog.leftnav" after="currency" template="catalog/navigation/left.phtml"/>
</reference>
<reference name="content">
这是我的主题 catalog.xml 文件。我以为会取消设置这个块?
Magento 1.9.3.3
使用 unsetChild 删除布局中的块xml
<action method="unsetChild"><name>catalog.leftnav</name></action>
通常你会local.xml你的主题
我创建了自己的导航作为 CMS 块,显示在左侧导航中。我仍然使某些类别在菜单中可见,以便它们显示在主导航中。但是,当我这样做时,左侧导航会弹出。如何删除或隐藏此块?
<catalog_category_default translate="label">
<label>Catalog Category (Non-Anchor)</label>
<reference name="left">
<block type="catalog/navigation" name="catalog.leftnav" after="currency" template="catalog/navigation/left.phtml"/>
</reference>
<reference name="content">
这是我的主题 catalog.xml 文件。我以为会取消设置这个块? Magento 1.9.3.3
使用 unsetChild 删除布局中的块xml
<action method="unsetChild"><name>catalog.leftnav</name></action>
通常你会local.xml你的主题