max21-12 Posted November 3, 2009 Share Posted November 3, 2009 Ciao a tuttiè possibile visualizzare il produttore nella pagina del prodotto? magari il logo o solo il nomegrazie Link to comment Share on other sites More sharing options...
ciroco05 Posted November 3, 2009 Share Posted November 3, 2009 Ciao,non ricordo che sia attivabile di default, ma puoi inserirlo nel tpl product.tpl {if $product->manufacturer_name} {$product->manufacturer_name} {/if} posizionandolo dove preferisci... ed aggiungendo la formattazione se necessaria.Ciroco Link to comment Share on other sites More sharing options...
petro Posted December 30, 2009 Share Posted December 30, 2009 ciao, sono nuovo, volevo chiedere se oltre a questa possibilità che inserisce solamente la scritta in lettere del produttore, fosse possibile far comparire il logo, quello inserito nel back office nella sezioni produttori... Link to comment Share on other sites More sharing options...
Germanoufo Posted December 30, 2009 Share Posted December 30, 2009 Certamente che puoi basta che inserisci l' id del produttore {if $product->id_manufacturer} id_manufacturer}-medium.jpg" alt="{$manufacturer.name}" title="{$manufacturer.name}" /> {/if} questo è il codice da inserire nel file Ciao ;-) Link to comment Share on other sites More sharing options...
petro Posted December 30, 2009 Share Posted December 30, 2009 sempre nel file product.tpl del template in uso ? mi potresti indicare in quale riga posizionarlo ? con l'altro codice mi compariva la scritta solamente posizionando il codice in fondo alla pagina.... Link to comment Share on other sites More sharing options...
Germanoufo Posted December 31, 2009 Share Posted December 31, 2009 Ora non so il tuo livello di conoscenza di html php e html posso solo dirti che nel mio caso ho messo il codice alla riga 148 ma nel mio caso è differente il mio tema è molto modificato Ciao ;-) Link to comment Share on other sites More sharing options...
maffos Posted June 10, 2010 Share Posted June 10, 2010 Ciao a tutti,cercavo anche io una soluzione per inserire il logo del produttore nella scheda prodotto, utilizzando il codice postato sopra (quello per inserire il nome e non l'immagine) , restituisce sempre il nome dell'ultimo produttore presente nel BlockManufacturerQualcuno ha trovato una soluzione?GrazieM. Link to comment Share on other sites More sharing options...
fmc82 Posted September 25, 2010 Share Posted September 25, 2010 io ho provato ma non succede niente su product.tpl non sarà da sistemare su manufacturer Link to comment Share on other sites More sharing options...
devilchris Posted December 21, 2012 Share Posted December 21, 2012 (edited) per lo stesso problema, dato che non sono riuscito a fare come avete scritto, ho risolto in questo modo: nel file themes/default/product-list.tpl dove c'è </div> <div class="center_block"> <a href="{$product.link|escape:'htmlall':'UTF-8'}" class="product_img_link" title="{$product.name|escape:'htmlall':'UTF-8'}"> <img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'home_default')}" alt="{$product.legend|escape:'htmlall':'UTF-8'}" {if isset($homeSize)} width="{$homeSize.width}" height="{$homeSize.height}"{/if} /> {if isset($product.new) && $product.new == 1}<span class="new">{l s='New'}</span>{/if} </a> <h3> <a href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.name|escape:'htmlall':'UTF-8'}">{$product.name|escape:'htmlall':'UTF-8'|truncate:35:'...'}</a></h3> <p class="product_desc"><a href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.description_short|strip_tags:'UTF-8'|truncate:360:'...'}" >{$product.description_short|strip_tags:'UTF-8'|truncate:360:'...'}</a></p> </a></p> ho aggiunto un'altra riga midificando i product.name in product.manufacturer_name e un <p></p> per scendere di un rigo <a href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.name|escape:'htmlall':'UTF-8'}">{$product.manufacturer_name|escape:'htmlall':'UTF-8'|truncate:35:'...'}</a></h3><p></p> alla fine il codice è questo: </div> <div class="center_block"> <a href="{$product.link|escape:'htmlall':'UTF-8'}" class="product_img_link" title="{$product.name|escape:'htmlall':'UTF-8'}"> <img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'home_default')}" alt="{$product.legend|escape:'htmlall':'UTF-8'}" {if isset($homeSize)} width="{$homeSize.width}" height="{$homeSize.height}"{/if} /> {if isset($product.new) && $product.new == 1}<span class="new">{l s='New'}</span>{/if} </a> <h3> <a href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.name|escape:'htmlall':'UTF-8'}">{$product.name|escape:'htmlall':'UTF-8'|truncate:35:'...'}</a></h3> <a href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.name|escape:'htmlall':'UTF-8'}">{$product.manufacturer_name|escape:'htmlall':'UTF-8'|truncate:35:'...'}</a></h3> <p></p> <p class="product_desc"><a href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.description_short|strip_tags:'UTF-8'|truncate:360:'...'}" >{$product.description_short|strip_tags:'UTF-8'|truncate:360:'...'}</a></p> </a></p> Facendo così visualizzo il nome del produttorre in nero tra il nome dell'articolo e la descrizione breve (che io uso come modello di auto del prodotto) Nell'esemio di sotto i produttori sono SIX-Performances ed INVIDIA, il titolo è quello in neretto, mentre Nissan 350z è la descrizione breve. Edited December 21, 2012 by devilchris (see edit history) Link to comment Share on other sites More sharing options...
devilchris Posted December 21, 2012 Share Posted December 21, 2012 fatto così va bene ? Link to comment Share on other sites More sharing options...
SergioByron Posted September 5, 2014 Share Posted September 5, 2014 Certamente che puoi basta che inserisci l' id del produttore {if $product->id_manufacturer} <div id="manifacturer_product"> <img >id_manufacturer}-medium.jpg" alt="{$manufacturer.name}" title="{$manufacturer.name}" /> </div> {/if} questo è il codice da inserire nel file Ciao ;-) Ciao secondo me in questo codice c'è qualche piccolo errore Link to comment Share on other sites More sharing options...
lucavolante Posted March 10, 2015 Share Posted March 10, 2015 Ciao a Tutti, io non sono nuovo.... di più !!! Ho il problema di visualizzare i risultati di ricerca per produttore , è possibile ? 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