products 2.19.6 - new sort order issue
Posted: Fri Sep 27, 2013 2:26 pm
Afternoon,
latest versions of all. I am getting an issue with Sort order. The site where I have the issue is http://www.londonrea.com
Two products module calls.
1. the search:
Result it's ignoring the sort order and showing the products descending
2. the properties page where one can browse
Result - taking absolutely no notice of the request and showing stuff alphabetically.
Anybody else getting this - is there a fix to the bug (assuming it must be a bug) anywhere yet?
latest versions of all. I am getting an issue with Sort order. The site where I have the issue is http://www.londonrea.com
Two products module calls.
1. the search:
Code: Select all
{Products action="search" searchfield='location' sortorder="asc" }2. the properties page where one can browse
Code: Select all
{Products detailpage="property-details" sortby="created" sortorder="asc" }Anybody else getting this - is there a fix to the bug (assuming it must be a bug) anywhere yet?