Hi,
Wonder if anyone could help me?
I am trying to show sort by price, Ascending and Descending.
http://www.motorflair.com/cars/bmw/z3/
Its seems to work for higher price but the lower price does not.
Andrew
Hi,
Wonder if anyone could help me?
I am trying to show sort by price, Ascending and Descending.
http://www.motorflair.com/cars/bmw/z3/
Its seems to work for higher price but the lower price does not.
Andrew
The issue you are probably coming up against is in browse.php, line 122
I'm sure this is where you are running into issues. I would suggest removing "hits desc" and that should fix it up for you.Code:$links_obj->query .= " order by premium desc, bid desc, hits desc";
Cheers Bruceper for the reply,
I have checked the browse.php and I already have it.
$links_obj->query .= " order by premium desc, bid desc";
It still does the same.
Thanks for the help
Andrew
I would assume the bids for all those links are set to 0?