如何在Magento的产品列表中显示特定数量的产品?

时间:2012-10-04 05:02:25

标签: magento categories product

我需要在主页上显示特定类别的产品。

所以我写了

     {{block type="catalog/product_list" category_id="3"  template="catalog/product/list.phtml"}}

我需要将每页产品的数量限制为6.因此,如果我写products_count="6",则无法正常工作

请帮助任何人......

1 个答案:

答案 0 :(得分:0)

products_count =“6”不会工作。以下是另一个用户提出解决方案的问题。 Magento Limit Number of Products in Home page