Jump to content

Image Fancybox dans liste des produits (product-list.tpl)


Recommended Posts

Bonjour,

 

Je cherche depuis plusieurs jours à visualiser mes images de la liste des produits dans la Fancybox comme cela se fait dans la fiche produit.

Je n'arrive pas à trouver où et quoi insérer comme élément dans product-list.tpl pour afficher la fancybox.

 

Mon code qui affiche l'image est celui-ci :

 

    <a href="{$link->getImageLink($product->link_rewrite, $product.id_image, 'thickbox_default')}"  rel="other-views" class="thickbox shown">
 <img src="{$link->getImageLink($product->link_rewrite, $product.id_image, 'home_default')}" alt="{$product.legend|escape:'htmlall':'UTF-8'}" height="{$homeSize.height}" width="{$homeSize.width}" />
   </a>

 

Merci de votre aide.

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...