Jump to content

Change default order in search


Recommended Posts

Hi,

 

When searching for a product in 1.5.4.1 the default url is:

 

index.php?controller=search&orderby=position&orderway=desc&search_query=almohadas+de+plumas&submit_search=+

 

How can I change the orderby and orderway so the url becomes:

 

index.php?controller=search&orderby=name&orderway=asc&search_query=almohadas+de+plumas&submit_search=+

 

I have changed everywhere I can think of including:

 

classes/Search.php

controllers/SearchController

 

When you use the select box the URL changes to

index.php?controller=search?search_query=almohadas+de+plumas&submit_search=+&orderby=name&orderway=asc

 

I would be willing to take an htaccess redirect rule to act like this.

 

Anyone got any ideas?

Link to comment
Share on other sites

  • 1 year later...
×
×
  • Create New...