找到app/code/core/Mage/Catalog/Block/Product/List/Toolbar.php 复制一份放在 app/code/local/Mage/Catalog/Block/Product/List/下面
将
$this->_collection->setOrder($this->getCurrentOrder(), $this->getCurrentDirection());
替换成
$this->_collection->setOrder($this->getCurrentOrder(), $this->getCurrentDirection())->setOrder('entity_id', 'desc');
刷新页面即可
Magento分类默认上传新产品排在分类前面
本文介绍如何在Magento中修改产品列表的默认排序方式。通过复制并修改核心文件,可以在原有排序的基础上增加新的排序规则。


被折叠的 条评论
为什么被折叠?



