View Single Post
  #4  
Old 10-28-2006, 01:37 PM
 
zebu zebu is offline
 

eXpert
  
Join Date: Oct 2006
Posts: 310
 

Default Re: Disabling SKU from showing on clientside

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?
__________________
Version 4.7.7
Reply With Quote