我对magento很新。我想我正在使用1.9版本。我想在主页上显示所有带分页的产品。控制器,模型,视图的路径是什么?我在哪里工作?请帮帮我。
答案 0 :(得分:0)
转到magento后端的CMS->Manage Pages
,然后从页面列表中选择Home Page
。
在内容字段中使用此代码以显示所有产品
{{block type="catalog/product_new" name="home.catalog.product.new" alias="product_homepage" template="catalog/product/new.phtml"}}
答案 1 :(得分:0)
你需要
put limit="All" in xml
Ex:
{{block type="catalog/product_new" name="home.catalog.product.new" alias="product_homepage" template="catalog/product/new.phtml" limit="all" }}
对于