![]() |
Hiding SKU in product catalogue.
I want to hide the SKU on the catalogue pages and only make it appear during checkout.
Reason being, I dont want my competitors to work out my product coding structure simply from looking at my website. is this possible? |
Re: Hiding SKU in product catalogue.
Sure, just comment out the code for the sku wherever you don't want it to appear. On the product detail page, it is this bunch of code in customer/main/product.tpl:
<tr> <td width="30%">{$lng.lbl_sku}</td> <td nowrap="nowrap" id="product_code">{$product.productcode}</td> </tr> Moving to Template Editing. |
Re: Hiding SKU in product catalogue.
Hi ballinor.
When you say comment it out, do you mean just delete it? or is there a another way which maintains the code? |
Re: Hiding SKU in product catalogue.
You'll want to have a read through the Template Editing Guide at the top of this forum...it explains how to comment code out :)
|
All times are GMT -8. The time now is 06:10 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.