![]() |
Change default search display in different order
Hi All ...
I've setup an XC store (4.4.x) in which the search results are displayed in order of Price (in descending order). Is there a way to default this to display it in Ascending order (Cheapest first?) as there doesnt seem to be any options within the admin area to sort this. Thanks a lot Shafiq |
Re: Change default search display in different order
include/search.php around line 908
Code:
$direction = ($data['sort_direction'] ? 'DESC' : 'ASC'); switch desc/asc |
Re: Change default search display in different order
Sorted! Thanks Steve :-)
Can this also be done within the product listing pages too? Cheers |
Re: Change default search display in different order
Regular category page view (products list pages) uses same search.php, manufacturers products list uses same search.php, search uses same search.php - so your good here; products_map.php has its own way to search for products so you have to sort them there separately
|
Re: Change default search display in different order
Nice one .. Thanks again!!!
|
All times are GMT -8. The time now is 08:13 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.