且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Magento分页产品

更新时间:2023-11-30 12:03:10

如果查看默认的catalog.xml,您将看到工具栏包含如下:

If you look in the default catalog.xml you will see that the toolbar is included as follows:

<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>

您是否以类似的方式包含了它?

Have you included it in a similar way?

另一个要查看的地方是toolbar.phtml,以查看其中是否包含您需要的所有内容.

The other place to look is is toolbar.phtml to see if everything you require is included there.