NNGNews Posted February 3, 2014 Share Posted February 3, 2014 Obiettivo : Forzare l'apertura della foto in grande, quando il cliente clicca su un prodotto. Ora è permesso in 2 step: scelta dell'articolo e clic sulla foto, vorremmo che alla selezione del prodotto, questo avvenga in automatico. So che le righe interessate sono nel file product.tpl e in particolare queste : {if $have_image} <img src="{$link->getImageLink($product->link_rewrite, $cover.id_image, 'large')}" {if $jqZoomEnabled}class="jqzoom" alt="{$link->getImageLink($product->link_rewrite, $cover.id_image, 'thickbox')}"{else} title="{$product->name|escape:'htmlall':'UTF-8'}" alt="{$product->name|escape:'htmlall':'UTF-8'}" {/if} id="bigpic" width="{$largeSize.width}" height="{$largeSize.height}" /> {else} <img src="{$img_prod_dir}{$lang_iso}-default-large.jpg" id="bigpic" alt="" title="{$cover.legend|escape:'htmlall':'UTF-8'}" width="{$largeSize.width}" height="{$largeSize.height}" /> {/if} ma non intendendomene moto di php non vorremmo far casini Qualcuno sa dove intervenire ? Grazie _______________________ http://www.kissene.com Link to comment Share on other sites More sharing options...
giuliopowa Posted February 3, 2014 Share Posted February 3, 2014 ciao,tu vuoi che quando uno clicca sulla foto del prodotto , compare direttamente la foto grande al posto di entrare nella scheda prodotto ?? Link to comment Share on other sites More sharing options...
NNGNews Posted February 3, 2014 Author Share Posted February 3, 2014 Yes, praticamente che quando entro nel prodotto vedo direttamente la foto principale, cosa che ora necessita due step --->>> entrare e cliccare sulla foto. Cosa che credo non tutti i clienti facciano, visto che non è così intuitivo. Link to comment Share on other sites More sharing options...
giuliopowa Posted February 3, 2014 Share Posted February 3, 2014 come si chiama il formato più grande delle immagini che hai ?? Link to comment Share on other sites More sharing options...
NNGNews Posted February 3, 2014 Author Share Posted February 3, 2014 Credo sia il "large" (non solo per me) Link to comment Share on other sites More sharing options...
giuliopowa Posted February 3, 2014 Share Posted February 3, 2014 ma hai cancellato il thickbox ?? adesso controllo Link to comment Share on other sites More sharing options...
giuliopowa Posted February 3, 2014 Share Posted February 3, 2014 no no , il tuo formato più grande è il thickbox controlla in BO-->PREFERENZE--> IMMAGINI Link to comment Share on other sites More sharing options...
NNGNews Posted February 3, 2014 Author Share Posted February 3, 2014 Ah, si, è il thickbox Link to comment Share on other sites More sharing options...
giuliopowa Posted February 3, 2014 Share Posted February 3, 2014 prova questo ma non so se è quello che vuoi xD apri il file product-list.tpl riga 42 sostituisci con questa frase <a href="{$link->getImageLink($product.link_rewrite, $product.id_image, 'thickbox_default')}" ecc. ecc. fatti una copia prima Link to comment Share on other sites More sharing options...
giuliopowa Posted February 3, 2014 Share Posted February 3, 2014 devi sostituire questa <a href="{$product.link|escape:'htmlall':'UTF-8'}" con <a href="{$link->getImageLink($product.link_rewrite, $product.id_image, 'thickbox_default')}" Link to comment Share on other sites More sharing options...
NNGNews Posted February 3, 2014 Author Share Posted February 3, 2014 devi sostituire questa <a href="{$product.link|escape:'htmlall':'UTF-8'}" con <a href="{$link->getImageLink($product.link_rewrite, $product.id_image, 'thickbox_default')}" Grazie mille per il suggerimento, oggi non abbiamo tempo, appena possiamo facciamo un test con queste modifiche e faccio sapere Grazie ancora 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