OS Property support center

Sort properties by number of bedrooms by default

More
11 years 2 months ago #42613 by RIchard Ware
Replied by RIchard Ware on topic Sort properties by number of bedrooms by default
Hi There

Thats worked great! :)

Thanks again for your help

Please Log in or Create an account to join the conversation.

More
11 years 2 months ago #42687 by RIchard Ware
Replied by RIchard Ware on topic Sort properties by number of bedrooms by default
Hi again

Sorry to bother you again. That works fine when displaying all the property listings, it doesn't seem to work when viewing the results page from a search property form though.

Is there a way to make the search results page also ordered by region?

Many thanks

Please Log in or Create an account to join the conversation.

More
11 years 2 months ago #42818 by RIchard Ware
Replied by RIchard Ware on topic Sort properties by number of bedrooms by default
Hi Dam

Sorry to bump this, just wondered if you'd found a solution to this final problem...

RIchard Ware wrote: That works fine when displaying all the property listings, it doesn't seem to work when viewing the results page from a search property form though.

Is there a way to make the search results page also ordered by region?


Many Thanks

Please Log in or Create an account to join the conversation.

More
11 years 2 months ago #42826 by Mr. Dam
Hi Richard,
In file listing.php, please find
$db->setQuery($count.' '.$from.' '.$where.' '.$group_by.' '.$Order_by);
and replace by
$db->setQuery($count.' '.$from.' '.$where.' '.$group_by.' Order by a.region');
or
$db->setQuery($count.' '.$from.' '.$where.' '.$group_by.' Order by a.region desc');
Good luck
Dam

Please Log in or Create an account to join the conversation.

More
11 years 2 months ago #42860 by RIchard Ware
Replied by RIchard Ware on topic Sort properties by number of bedrooms by default
Hi Dam

Sorry I've changed that line but it made no difference to the ordering! :( Any other ideas?

Many Thanks

Please Log in or Create an account to join the conversation.

More
11 years 2 months ago #42868 by Mr. Dam
Hi Richard,
Please submit ticket and send your site information with super admin acc, ftp acc. I will check the problem for you
Thanks
Dam

Please Log in or Create an account to join the conversation.

Moderators: Mr. DamNguyen Phu Quan