PDA

View Full Version : V2 Refineby Sort Order


infocraze
17-07-09, 16:03
Hello,

Could someone please advise me how to change the sort order of "refineby" groups? The current order being price, brand, merchant and category, is there a way to change this to like merchants, price, brand, category etc?

What files need changing and what code needs amending on the client software version 2.

Thanks.

Ollie
27-07-09, 11:27
Hi there,

To change the order of the refine bys the best solution would be to modify the file /elements/refineby.php.

You can manipulate the order of the refines by changing $aRefineByGroups right before the following line (approx line 110)
# SMARTY ASSIGN
$oSmarty->assign('aRefineByGroups', $aRefineByGroups);

I cannot give you the exact code todo this but it should be a fairly easy task.

Cheers