Magento default sort order
Posted Fri, 08/20/2010 - 1:36pm
In order to specify the default sort order of the product listing open up your 'catalog.xml' (this is tested in magento 1.4):
desc
To order products by a specific order, e.g. to order products by the order specified under category listing:
set in your admin: yoursite.com/admin/system_config/edit/section/catalog/
Product listing sort by: Best ValueAnd for those wondering where 'category products' is... it's located here: /admin/admin/catalog_category/ (under "Category Products" tab, when you click on any category)
Comments
Thanks for the tip, it works
by Marco - 03/05/2011 - 7:29pm
Thanks for the tip, it works great!
Post new comment