Results 1 to 4 of 4

Thread: Sort by price

  1. #1
    Join Date
    May 2007
    Posts
    30

    Default Sort by price

    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

  2. #2
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    The issue you are probably coming up against is in browse.php, line 122

    Code:
    $links_obj->query .= "  order by premium desc, bid desc, hits desc";
    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.

  3. #3
    Join Date
    May 2007
    Posts
    30

    Default

    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

  4. #4
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    I would assume the bids for all those links are set to 0?

Similar Threads

  1. How to upgrade a listing and set price/duration
    By dody in forum Tutorials, Hints & Tips
    Replies: 5
    Last Post: 10-25-2006, 06:38 AM
  2. Price
    By kaliboy2g in forum v3.2
    Replies: 0
    Last Post: 06-27-2004, 10:14 PM
  3. Price Fields
    By desmond in forum v3.2
    Replies: 2
    Last Post: 12-19-2003, 10:05 AM
  4. Price feature
    By stix in forum v3.2
    Replies: 2
    Last Post: 06-04-2003, 02:39 AM
  5. best products in the market in the $99 price- range
    By Veg in forum Customer Reviews
    Replies: 0
    Last Post: 11-02-2002, 01:55 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •