X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Change default search display in different order (https://forum.x-cart.com/showthread.php?t=59321)

chamberinternet 05-13-2011 04:59 AM

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

cflsystems 05-13-2011 07:28 AM

Re: Change default search display in different order
 
include/search.php around line 908


Code:

$direction = ($data['sort_direction'] ? 'DESC' : 'ASC');

switch desc/asc

chamberinternet 05-13-2011 07:36 AM

Re: Change default search display in different order
 
Sorted! Thanks Steve :-)

Can this also be done within the product listing pages too?

Cheers

cflsystems 05-13-2011 07:44 AM

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

chamberinternet 05-13-2011 07:46 AM

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.