fabioricciutelli Posted February 7, 2015 Share Posted February 7, 2015 Ciao a tutti, sto preparando uno store per la vendita di vini e la voce che sembra non poter sparire "condizione" per capirci bene nel backoffice la trovo sopra "breve descrizione" a me non serve appaia. Qualcuno sa dove intervenire per toglierla? Grazie P.S. allego due immagini dove ho evidenziato le voci da togliere. Link to comment Share on other sites More sharing options...
Giuseppe C. Posted February 7, 2015 Share Posted February 7, 2015 Ciao, apri il file product.tpl nella cartella del template utilizzato. Trova il seguente codice: {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} e aggiungi && 0 per non visulizzare il pezzo di codice richiesto {if $product->condition && 0} PierGiuseppe Q / Prestashop Developer [email protected] Consulenza, Formazione e Sviluppo Prestashop Link to comment Share on other sites More sharing options...
fabioricciutelli Posted February 7, 2015 Author Share Posted February 7, 2015 a chi potesse essere utile ho trovato come risolvere, ho cancellato le righe da 166 a 177 comprese nel file product.tpl Funziona... oops, scusa non avevo visto il tuo post... grazie Link to comment Share on other sites More sharing options...
fabioricciutelli Posted February 7, 2015 Author Share Posted February 7, 2015 Ciao Piergiuseppe, intervenendo su questo file posso aggiungere anche voci come un calendario selezionabile? Grazie di nuovo Link to comment Share on other sites More sharing options...
Giuseppe C. Posted February 8, 2015 Share Posted February 8, 2015 Ciao, per la tua richiesta va implementata una modifica ad hoc su Prestashop. PierGiuseppe Q / Prestashop Developer Consulenza, Formazione e Sviluppo Prestashop Link to comment Share on other sites More sharing options...
tello11 Posted October 31, 2015 Share Posted October 31, 2015 Ciao Piergiuseppe, ho provato a seguire il tuo consiglio per far sparire la condizione del prodotto nel file product.tpl ma senza esito! Ho cancellato anche la cache, ma niente. Hai qualche altro consiglio da darmi? Link to comment Share on other sites More sharing options...
Giuseppe C. Posted October 31, 2015 Share Posted October 31, 2015 Ciao, inviami il link della pagina Link to comment Share on other sites More sharing options...
tello11 Posted November 1, 2015 Share Posted November 1, 2015 Grazie per la tua disponibilità, ma che link devo darti? Il sito non è online e non è raggiungibile. Sto lavorando con il template vp_wine version 1.0 Link to comment Share on other sites More sharing options...
fantasy86 Posted February 28, 2017 Share Posted February 28, 2017 Ciao, apri il file product.tpl nella cartella del template utilizzato. Trova il seguente codice: {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} e aggiungi && 0 per non visulizzare il pezzo di codice richiesto {if $product->condition && 0} PierGiuseppe Q / Prestashop Developer [email protected] Consulenza, Formazione e Sviluppo Prestashop Ciao io vorrei chiederti se fosse possibile aggiungere una nuova etichetta: "In arrivo". Semplicemente poter selezionare la condizione "in arrivo" qualora dovessi inserire un prodotto non disponibile, ma che so già che farò riassortimento. Non mi interessa una funzione complessa che gestisca le quantità poichè uso la gestione delle quantità manualmente. Grazie mille 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