manch84 Posted February 12, 2013 Share Posted February 12, 2013 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 More sharing options...
manch84 Posted February 12, 2013 Author Share Posted February 12, 2013 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 More sharing options...
Recommended Posts