Hiding product code sku

Which page do I need to edit in order to hide the SKU/product code? I still need the inventory tracking, searched all over the /views & /blocks folder disabling SKU and hiding them but can’t seem to get rid of it.

Product side?

Yes, on the product’s page right below the product title. It’s still showing up.

blocks\list_templates\details_page.tpl



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




to


{*assign var="sku" value="sku_$obj_id"*}{*$smarty.capture.$sku*}

I don’t have that TPL file on either customer or admin (or base or the electro template).

[quote name=‘btrials’]I don’t have that TPL file on either customer or admin (or base or the electro template).[/quote]



What version you running?

The latest 2.1.2

Looks like I had to go in skins/electro/customer/blocks/product_templates and update the sku field and finally got rid of it.