主页特色产品分页没有出现

时间:2012-03-16 17:40:37

标签: magento

我正在制作一个magento项目,现在遇到了问题。我的问题如下:

我在主页上为特色产品制作了自定义块。产品很好地展示,但我必须展示分页,因为可能会有数百种产品。

xml更新布局如下:

<reference name="content">
    <block type="catalog/product_featured" name="product_featured" template="catalog/product/featured.phtml">
        <action method="setColumnCount"><columns>3</columns></action>
        <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
            <block type="page/html_pager" name="product_list_toolbar_pager"></block>
        </block>
        <action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
        <action method="addColumnCountLayoutDepend"><layout>one_column</layout><count>5</count></action>
        <action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
        <action method="addColumnCountLayoutDepend"><layout>two_columns_right</layout><count>4</count></action>
        <action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>3</count></action>
        <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
    </block>
</reference>

但是,尽管在工具栏上方使用了相同的代码并且没有显示寻呼机。

1 个答案:

答案 0 :(得分:0)

一旦我遇到同样的问题,我通过阅读以下帖子解决了这个问题

http://www.dnawebagency.com/displaying-new-products-in-magento-with-pagination

这篇文章描述了如何在家中为新产品添加分页。您可以根据需要对其进行修改。但这可以帮助您。