vaikis![]() 2007-06-07 20:57 | I need that if you press on image in "product_list" page it popups window with foto (not goes to details page). » Quick.Cart v2.x |
merci![]() 2007-06-08 10:21 | vaikis - edit file templates/products_list.tpl, find code
<a href="?p=productsMore&iProduct=$aList[iProduct]&sName=$aList[sNameUrl]">& lt;img src="$aList[sPhotoSmall]" alt="$aList[sName]" title="$aList[sName]" /></a> and replace with:
<a href="javascript:windowGallery( 1, $aList[iProduct], 1 );"><img src="$aList[sPhotoSmall]" alt="$aList[sName]" title="$aList[sName]" /></a> |
vaikis![]() 2007-06-09 12:16 | thank you. |