Jump to content

Sorting products in categories


Recommended Posts

in the classes / categorycontroller.php, search at line 509

 

 

if (empty($orderBy))

$orderBy = 'position';

else

 

 

and change position for price

 

 

and above

 

 

if (empty($orderWay))

$orderWay = 'ASC';

 

this lines order the ASC or DESC

Link to comment
Share on other sites

×
×
  • Create New...