【发布时间】:2017-11-16 17:11:29
【问题描述】:
我创建了自己的导航作为我在左侧导航中显示的 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
【问题讨论】:
标签: magento