如何在magento中显示主页中的所有产品。我使用此代码,但主页显示没有符合选择的产品。
{{block type="catalog/product_list" category_id="8" template="catalog/product/featured.phtml"}}
提前致谢
答案 0 :(得分:0)
试试这个...
{{block type="catalog/product_list" category_id="8" template="catalog/product/list.phtml" columnCount="3"}}
了解更多info
答案 1 :(得分:0)
您可以在家庭CMS页面中使用以下内容。
{{block type="catalog/product_list" category_id="7" template="catalog/product/list.phtml"}}
其中category_id
是将显示产品的类别ID。