Does anyone know how to change the default sort status.
I need to change the default to low to high prices. Thanks for your help if anyone knows.
OC 1.5.1 standard theme
nosecret wrote:Try this method in localhost first:
To sort by name A- Z as default
1. Open file category.php in catalog/controller/product/category.php
2. Find (~ line 15):3. Replace with:Code: Select all
$sort = 'p.sort_order';
Code: Select all
$sort = 'p.price-ASC';
Who is online
Users browsing this forum: No registered users and 92 guests