Can I hide the product code?

Can I hide the product code so everyone can’t see it?

Comment out the code below in /skins/YOURSKIN/customer/views/products/components/buy_now.tpl:

```php {if $show_sku}

{$lang.sku}: {$product.product_code}


{/if} ```

Bob

Thanks!! I never would have found that!