pcsk Posted February 15, 2014 Share Posted February 15, 2014 Hello, I'm developing my eshop, but i have a problem.Please can you help me with creating gallery from scenes? I want to have on category page only thumbnails of scenes (as a gallery) and I want to open large image of scene after clicking on it as a ThickBox or FancyBox, I don't now how it's calls in prestashop. My main problem is how to do thickbox click from next code <a style="width:{$thumbSceneImageType.width}px; height:{$thumbSceneImageType.height}px" title="{$scene->name|escape:'htmlall':'UTF-8'}" href="#" rel="{$scene->id}" onclick="{ldelim}loadScene({$scene->id});return false;{rdelim}"> Thank you very much and sorry for my bad English. Link to comment Share on other sites More sharing options...
Recommended Posts