Compact List - Redundant "CODE:" in list

I am looking at using the Compact List on some of my categories and would like to know how to get rid of the "CODE: " in the Product code column. Seems a bit redundant.



I assume that the template that needs to be changed is:

\customer\blocks\list_templates\compact_list.tpl



the line that is effecting this is line 39:



{assign var=“sku” value=“sku_$obj_id”}{$smarty.capture.$sku}



that’s as far as my knowledge goes. How can I change it? Any help would be very greatly appreciated.



damitall

------------------

3 x 2.1.2 waiting for the proverbial “all clear” before upgrading to 2.1.3:p

Not sure if you are still looking.

Yes you are in the correct file and all you need is ```php {$product.product_code} ```