找到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');
刷新页面即可