0

我试图用 created_at 和按名称分组对产品列表进行排序,这就是我添加的原因

$this->_productCollection->addAttributeToSort('created_at', 'desc')
                ->getSelect()->group('name');;

return $this->_productCollection;

在功能上_getProductCollection()

//app/code/local/Mage/Catalog/Block/Product/list.php

排序工作正常,但分页和项目数量显示错误。

在此处输入图像描述 它看起来只有 1 个产品,但我这里有很多产品,我没有更改工具栏页面中的任何内容。

4

1 回答 1

0

以下网址将很有用。

http://www.magentocommerce.com/boards/viewthread/51137/

签出功能

getSelectCountSql
于 2013-05-17T05:34:25.613 回答