Magento: Change default sort order for catalog pages?
The easiest thing to do to change the default sort order, so that the newest products show first, simply change line 98 in Toolbar.php
/**
* Default direction
*
* @var string
*/
protected $_direction = 'desc';
\app\code\core\Mage\Catalog\Block\Product\List\Toolbar.php
