Thanks that worked! I dont know where I was looking yesterday.
I would also like to remove the "sort by SKU......" option that appears in the top right hand corner when multiple products are listed.
I played around in search.tpl - but didnt have to much success - i tried disabling as per below
HTML Code:
$advanced_options = array({*"productcode",*} "productid", "provider", "price_max", "avail_max",
"weight_max", "forsale", "flag_free_ship", "flag_ship_freight", "flag_global_disc", "flag_free_tax",
"flag_min_amount", "flag_low_avail_limit", "flag_list_price", "flag_vat", "flag_gstpst", "manufacturers");
$sort_fields = array(
{*"productcode" => func_get_langvar_by_name("lbl_sku"),*}
Am I fiddling in the right file?