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
|