Jump to content

Riferimento Prodotto


stefa38

Recommended Posts

vai nella cartella del tuo tema...

quindi .../themes/"tuo tema"/product.tpl

 

e nel file product.tpl cerca :

 

 

<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>

 

io ce l'ho alla linea 324 , ma dipende dal tema in uso

 

commentala (anzichè cancellarla)

 

 

<!--<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> -->

 

 

salva e carica il nuovo file.

se ancora vedi il riferimento, compila la cache

 

via ftp

 

../cache/smarty/compile

cancella tutto tranne index.php

 

 

ciao

  • Like 1
Link to comment
Share on other sites

  • 2 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...