Jump to content

Remove reference number


Recommended Posts

In the product.tpl file comment out or delete the lines below, In the cose I posted below I show it with the comment out tags

{*code*}

 

Should be lines 329-332

 

{*<p id="product_reference" {if isset($groups) OR !$product->reference}style="display: none;"{/if}>

<label for="product_reference">{l s='Reference:'} </label>

<span class="editable">{$product->reference|escape:'htmlall':'UTF-8'}</span>

</p>*}

Edited by tdr170 (see edit history)
Link to comment
Share on other sites

with <!-- code --> comments method - commented code will be visible in the page source

if you want to remove the code - use different method = {* *} tags , like a: {* code *}

this is the proper way of commenting the smarty syntax inside the template files

Link to comment
Share on other sites

×
×
  • Create New...