2013-06-22 51 views

回答

0

那麼你需要在Home_page上有一個「分層導航」和「分類列表」。

CMS>管理頁面>首頁,並添加以下到編輯:

{{block type="catalog/product_list" column_count="4" category_id="ROOT_CAT_ID_HERE" template="catalog/product/list.phtml"}} 

在Tab 「佈局更新XML」 補充:

<reference name="left"> 
    <block type="catalog/layer_view" name="catalog.leftnav" after="currency" template="catalog/layer/view.phtml"/> 
</reference> 

祝你好運!