找到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分类默认上传新产品排在分类前面
最新推荐文章于 2022-08-03 11:57:33 发布