View Single Post
  #2  
Old 02-26-2007, 03:51 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: Changing the "Sort by" options

Look at the very top of include/search.php, this bunch of code:

"productcode" => func_get_langvar_by_name("lbl_sku"),
"title" => func_get_langvar_by_name("lbl_product"),
"price" => func_get_langvar_by_name("lbl_price"),
"orderby" => func_get_langvar_by_name("lbl_default")

remove this line to get rid of the 'default' option:

"orderby" => func_get_langvar_by_name("lbl_default")

'SKU' is a language variable, so you can change that in your languages area.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote