Zampamar Posted March 9, 2015 Share Posted March 9, 2015 Buongiorno ragazzi, nella scheda prodotto vorrei far sparire il campo "condizione" in quanto vendo solo merce nuova, quindi il dato è ininfluente. Al suo posto mi piacerebbe visualizzare il codice a barre (anche solo numerico) come nelle versioni precedenti ma non trovo come e dove farlo. Qualcuno sa aiutarmi? Grazie e buona sera a tutti Marco Link to comment Share on other sites More sharing options...
Arteinfo Posted March 9, 2015 Share Posted March 9, 2015 Buongiorno ragazzi, nella scheda prodotto vorrei far sparire il campo "condizione" in quanto vendo solo merce nuova, quindi il dato è ininfluente. Al suo posto mi piacerebbe visualizzare il codice a barre (anche solo numerico) come nelle versioni precedenti ma non trovo come e dove farlo. Qualcuno sa aiutarmi? Grazie e buona sera a tutti Marco Apri il file product.tpl del template che stai usando e cerca: {if $product->condition} Ti basta commentare i codice fino a {/if} per esempio: <!-- {if $product->condition} <p id="product_condition"> <label>{l s='Condition'} </label> {if $product->condition == 'new'} <link itemprop="itemCondition" href="http://schema.org/NewCondition"/> <span class="editable">{l s='New'}</span> {elseif $product->condition == 'used'} <link itemprop="itemCondition" href="http://schema.org/UsedCondition"/> <span class="editable">{l s='Used'}</span> {elseif $product->condition == 'refurbished'} <link itemprop="itemCondition" href="http://schema.org/RefurbishedCondition"/> <span class="editable">{l s='Refurbished'}</span> {/if} </p> {/if} --> Link to comment Share on other sites More sharing options...
Zampamar Posted March 11, 2015 Author Share Posted March 11, 2015 Grazie mille. Ci provo subito; per il codice a barre nessun aiutino invece? Link to comment Share on other sites More sharing options...
Zampamar Posted March 12, 2015 Author Share Posted March 12, 2015 Perfetto !!!! Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now