Order of items in productlist

koky

No avatar

2007-06-12 23:20

Hi!
Can I please change the order of items in product list?
For example order by price or name?
Thanks!

» Quick.Cart v1.x

katoen

No avatar

2007-06-13 00:36

order by number -99 to 99

merci

No avatar

2007-06-13 09:19

koky - now the script sort by position which you can set in admin panel (as katoen wrote). It is possible to change it, to sort by price, but then, it won't sort by position, so you have to choose. It can't sort by price , name and by position, only one of them.

koky

No avatar

2007-06-13 22:23

Dear Merci,
thanks, but what have I change if I need to sort only by price?
Thank you again for help!!
Regards

merci

No avatar

2007-06-14 12:46

koky - edit file core/products-ff.php and find this line:

 $oFF->setData( Array( 51023) );

and replace it with

$oFF->setData( Array( 21053) );

Now it will sort products by price in list of products page, but only products which you will add after this modyfication. It won't work for products that already are in database.

Back to top
about us | contact