Jump to content

jqzoom with thumbnail


Recommended Posts

Hello to all,

I have changed the default image gallery of PS with the jQZoom, with thumbnail

The problem is with the thumbnail and here is the code:

 

 

<a class="zoomThumbActive" href='javascript:void(0);' rel="{ldelim}gallery: 'gal1', smallimage: '$link->getImageLink($product->link_rewrite, $cover.id_image, 'large_default')',largeimage: '$link->getImageLink($product->link_rewrite, $cover.id_image, 'thickbox_default')'{rdelim}" title="{$product->name|escape:'htmlall':'UTF-8'}">

<img src="{$link->getImageLink($product->link_rewrite, $imageIds, 'medium_default')}">

</a>

 

 

For some reason the rel= “” tag does not like what is within it and therefore does not display the image when is clicked

 

 

Please advice

Link to comment
Share on other sites

just find the solution! simple as always!!!!

 

the only thing you have to do is just go to BO -> Preferences -> Products

 

Check to make sure you have "Enable JqZoom instead of Thickbox on product page:" set to NOrt

Please mark it as solved!!!

Link to comment
Share on other sites

×
×
  • Create New...