我想知道从magento顶部导航栏中删除或隐藏类别的方法。因为我使用的是magento 1.9.2.4。请指导我。我只想删除导航栏中的类别链接
答案 0 :(得分:0)
Magento管理员可以选择“在导航中显示”。 它在
之下Catalog > Manage Categories > category-name > General Information > Include in Navigation Menu*
希望这有帮助!
答案 1 :(得分:0)
你可以试试这个
<catalog_category_layered>
<reference name="left">
<remove name="catalog.leftnav" />
<block type="catalog/navigation" name="catalog.leftnav.categories" after="currency" template="catalog/navigation/left.phtml"/>
</reference>
</catalog_category_layered>