Jump to content

Forzare immagine grande al clic del prodotto


NNGNews

Recommended Posts

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
 
_______________________
Link to comment
Share on other sites

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...