Hide Product Code

I want to hide the product code for the customer.

I know I've read about this on the forum, but impossible to find again.



How can I do this mod ?

No idea ?

try this



open blocks/product_templates/default_template.tpl



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



or make use of hooks and my_changes add on, always make a copy of the original file!

no wait you can better rename



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



to



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



so you can easily delete the /
*/ if necessary