DinoStore Posted June 2, 2013 Share Posted June 2, 2013 salve, vorrei sapere se e possibile aggiungere i seguenti campi alla scheda prodotto : peso, spedizione, quantità rimanente, ean e upc grazie in anticipo Link to comment Share on other sites More sharing options...
DinoStore Posted June 2, 2013 Author Share Posted June 2, 2013 nessuno? dai non mi risponde mai nessuno come e possibile? Link to comment Share on other sites More sharing options...
conidig Posted June 3, 2013 Share Posted June 3, 2013 la quantità disponibile è possibile impostarla dal backoffice, preferenze e poi prodotti. il resto credo sia possibile tramite qualche modifica al file tpl ma è necessario conoscere i nomi delle variabili usate da prestashop Link to comment Share on other sites More sharing options...
Guest Posted June 3, 2013 Share Posted June 3, 2013 [DinoStore] come le è già stato detto, bisogna intervenire sul file tpl e aggiungere le voci interessate, quindi classico html per la visualizzazione dei tati richiamati dalle varibili. quindi, questa riga <h1>{$product->name|escape:'htmlall':'UTF-8'}</h1> visualizza il nome del prodotto, usare la sintesi {$product->NOME CAMPO'} per richiamare il dato dai campi interessati del db il resto poi su come visualizzarli è semplice html Saluti Link to comment Share on other sites More sharing options...
DinoStore Posted June 4, 2013 Author Share Posted June 4, 2013 (edited) grazie, finalmente una risposta come faccio a vedere i nomi delle variabili, ho scavato in tutto il forum ma non ho trovato un topic che lo spiegava, io vorrei far apparire la quantita rimanente sulla scheda prodotto, per adesso sono riuscito a inserirla in product-list vi faccio vedere un esempio : qua va bene http://www.dinostore.it/34-antenne-ed-accessori qua invece non riesco a metterlo http://www.dinostore.it/home/4-tp-link-tl-ant2403n-antenna-desktop-6935364052140.html Edited June 4, 2013 by DinoStore (see edit history) Link to comment Share on other sites More sharing options...
DinoStore Posted June 4, 2013 Author Share Posted June 4, 2013 trovato una soluzione per chi ha il mio stesso problema aggiungete questo campo al file product.tpl <p id="product_reference" {if isset($groups) OR !$product->reference}style="display: block;"{/if}><label for="product_reference">{l s='Reference :'} </label><span class="editable">{$product->reference|escape:'htmlall':'UTF-8'}</span></p> <p id="product_reference" {if isset($groups) OR !$product->ean13}style="display: block;"{/if}><label for="product_reference">{l s='EAN :'} </label><span class="editable">{$product->ean13|escape:'htmlall':'UTF-8'}</span></p> piu o meno alle righe 200 nel mio caso o nel vostro block id ora devo solo trovare il blocco dei prodotti rimanenti Link to comment Share on other sites More sharing options...
conidig Posted June 4, 2013 Share Posted June 4, 2013 trovato una soluzione per chi ha il mio stesso problema aggiungete questo campo al file product.tpl <p id="product_reference" {if isset($groups) OR !$product->reference}style="display: block;"{/if}><label for="product_reference">{l s='Reference :'} </label><span class="editable">{$product->reference|escape:'htmlall':'UTF-8'}</span></p> <p id="product_reference" {if isset($groups) OR !$product->ean13}style="display: block;"{/if}><label for="product_reference">{l s='EAN :'} </label><span class="editable">{$product->ean13|escape:'htmlall':'UTF-8'}</span></p> piu o meno alle righe 200 nel mio caso o nel vostro block id ora devo solo trovare il blocco dei prodotti rimanenti guarda che l'ho scritto nel 3# post Link to comment Share on other sites More sharing options...
DinoStore Posted June 4, 2013 Author Share Posted June 4, 2013 conosci il nome del blocco prodotti rimanenti e delle spedizioni ? Link to comment Share on other sites More sharing options...
conidig Posted June 4, 2013 Share Posted June 4, 2013 la quantità rimamente è possibile impostarla dal backoffice, preferenze e poi prodotti. almeno da quanto io ricordi... Link to comment Share on other sites More sharing options...
DinoStore Posted June 4, 2013 Author Share Posted June 4, 2013 (edited) forse mi sono spiegato male scusami, io so come si aggiunge la quantità ma vorrei che tutti potessero vedere la quantità dei prodotti che ho a terra. Edited June 4, 2013 by DinoStore (see edit history) Link to comment Share on other sites More sharing options...
conidig Posted June 4, 2013 Share Posted June 4, 2013 forse mi sono spiegato male scusami, io so come si aggiunge la quantità ma vorrei che tutti potessero vedere i prodotti che ho a terra. ma è proprio quello che sto dicendo! non ci vuole tanto ad accedere e verificare Link to comment Share on other sites More sharing options...
DinoStore Posted June 4, 2013 Author Share Posted June 4, 2013 non c'e scusa forse sono orbo ma non vedo la possibilita di mostrare la quantità reale dei prodotti al publico Link to comment Share on other sites More sharing options...
conidig Posted June 4, 2013 Share Posted June 4, 2013 non c'e scusa forse sono orbo ma non vedo la possibilita di mostrare la quantità reale dei prodotti al publico io riesco a vedere Mostra le quantità disponibili nella pagina del prodotto: che versione usi? Link to comment Share on other sites More sharing options...
DinoStore Posted June 4, 2013 Author Share Posted June 4, 2013 l'ultima Link to comment Share on other sites More sharing options...
DinoStore Posted June 4, 2013 Author Share Posted June 4, 2013 scusa , mi sono messo con il codice in mano e ho notato che la stringa dove contiene il codice era nascosta, ahahaha 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