2014-09-25 169 views
0

如何添加/激活分層導航?將分層導航添加到自定義主題(magento)

我已經構建了一個自定義magento主題,目前只顯示產品列表頁面上的類別。我想現在顯示分層導航,但問題是我似乎無法弄清楚如何顯示它。我認爲在構建它時,我會搞砸了,產品列表頁面會引用頂部導航。

我對我的catalog.xml文件或view.phtml文件引用分層導航的任何更改似乎都沒有在前端生成任何分層導航代碼(因此也沒有分層導航)。

所有類別都設置爲錨,並顯示在導航中,我堅持要做些什麼。

回答

0

試試這catelog.xml

<catalog_category_default translate="label"> 
<reference name="content"> 
    <block type="catalog/layer_view" name="catalog.contentnav" template="catalog/layer/view.phtml"/> 
</reference> 

+0

我嘗試這樣做,什麼都沒有發生。我認爲問題必須在於我如何參考/catalog/view.phtml中的導航,我已將其移至magento.stackexchange並將鏈接添加到view.phtml&catalog.xml http:// magento。 stackexchange.com/questions/37013/how-to-add-layered-navigation-to-custom-theme#comment50839_37013 – clayheb 2014-09-25 20:20:04

相關問題