koky![]() 2007-06-12 23:20 | Hi! » Quick.Cart v1.x |
katoen![]() 2007-06-13 00:36 | order by number -99 to 99 |
merci![]() 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![]() 2007-06-13 22:23 | Dear Merci, |
merci![]() 2007-06-14 12:46 | koky - edit file core/products-ff.php and find this line:
$oFF->setData( Array( 5, 1, 0, 2, 3, 4 ) );
and replace it with
$oFF->setData( Array( 2, 1, 0, 5, 3, 4 ) );
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. |