Jump to content

[Resolu] Afficher 2 images sur la page produit


Recommended Posts

Bonjour

 

je voudrais en plus de l'image par defaut, afficher un autre image de même taille d'une autre declinaison (ex en position 2) du produit sur la même fiche produits

 

le code pour le premier est le

<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}" />

apparent c'est le cover.id_image qui fait afficher l'image par deafut,

 

quelqu'un aurait une idée par quoi changer pour afficher l'image en position 2?

 

très important pour moi

 

merci

Edited by kiamaru (see edit history)
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...