+ Reply to Thread
Results 1 to 3 of 3

Thread: featured listings not sorting correctly

  1. #1
    Senior Member
    Join Date
    Dec 2023
    Posts
    161

    featured listings not sorting correctly

    I was about to open a ticket based on this issue on my own site, but I notice it on the demo too.

    If I go to listings, and click the dropdown Sort By: and choose price ascending for example, the featured listings show:
    $4,500
    $30,000
    $350,000
    $249,000
    $2,500,000
    $299,000

    So they're not being sorted by price ascending within the featured listings which appear above the standard listings...

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,174
    Use this fix:

    in includes/classes/rlListings.inc.class -> public function getListings

    replace below:
    PHP Code:
    Only registered members can view the code
    with:
    PHP Code:
    Only registered members can view the code

  3. #3
    Senior Member
    Join Date
    Dec 2023
    Posts
    161
    Thank you!

+ Reply to Thread