Jump to content

supprimer clic miniature produit


Recommended Posts

  • 5 weeks later...

Bonjour,

 

Afin de modifier cette option vous devez supprimer le morceau de code suivant à la ligne 554 du fichier

"votretheme/js/product.js".

//add a link on the span 'view full size' and on the big image
	$('#view_full_size, #image-block img').click(function(){
		$('#views_block .shown').click();
	});

Bonne continuation,

Edited by AgostiniJulien (see edit history)
Link to comment
Share on other sites

Bonjour,

 

Afin de modifier cette option vous devez supprimer le morceau de code suivant à la ligne 554 du fichier

"votretheme/js/product.js".

//add a link on the span 'view full size' and on the big image
	$('#view_full_size, #image-block img').click(function(){
		$('#views_block .shown').click();
	});

Bonne continuation,

Ça ne fonctionne pas :/

 

Et c'est normal, vous me parler de l'image principale (cf #viewfullsize)

Je parle des thumbnails, les 3 images en dessous de l'image principale.

 

Edited by gregultra (see edit history)
Link to comment
Share on other sites

Re,

 

Désolé je n'avais pas compris. Dans ce cas, rien de vraiment compliqué.

Supprimer la balise "<a></a>" dans le code suivant de product.tpl :

<li id="thumbnail_{$image.id_image}">
<a href="{$link->getImageLink($product->link_rewrite, $imageIds, 'thickbox_default')|escape:'html'}" rel="other-views" class="thickbox{if $smarty.foreach.thumbnails.first} shown{/if}" title="{$imageTitlte}"> *}
<img id="thumb_{$image.id_image}" src="{$link->getImageLink($product->link_rewrite, $imageIds, 'medium_default')|escape:'html'}" alt="{$imageTitlte}" title="{$imageTitlte}" height="{$mediumSize.height}" width="{$mediumSize.width}" />
</a>
</li>
Edited by AgostiniJulien (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...