maski Posted March 13, 2012 Share Posted March 13, 2012 I'm using imagesenlarge module and it's working for me perfectly! This module pop ups zoomed image when my mouse is on the product list image thumb. but when I navigate to next page it stops to work. I think that problem is in ajax, because with Layered Navigation this module doesn't work too! presta ver 1.4.6.2 Please, can somebody help me!? Link to comment Share on other sites More sharing options...
mrassol Posted March 16, 2012 Share Posted March 16, 2012 Hello ! I have the same problem, did you get some kind of answer ? thanks Link to comment Share on other sites More sharing options...
maski Posted March 16, 2012 Author Share Posted March 16, 2012 I have no answer. keep looking.... ((( Link to comment Share on other sites More sharing options...
mrassol Posted March 20, 2012 Share Posted March 20, 2012 me too ... I'll get you the answer if I get it Link to comment Share on other sites More sharing options...
mrassol Posted March 20, 2012 Share Posted March 20, 2012 Got It working ! you must edit product-list.tpl and replace <ul id="product_list" class="clear"> by <ul id="product_list" class="clear" onmouseover="ImagesEnlarge.init();"> For me it works Link to comment Share on other sites More sharing options...
mrassol Posted March 20, 2012 Share Posted March 20, 2012 Or you can do this : <ul id="product_list" class="clear"> <SCRIPT language="Javascript"> ImagesEnlarge.init(); </SCRIPT> Link to comment Share on other sites More sharing options...
maski Posted March 22, 2012 Author Share Posted March 22, 2012 It's working!!! Thank you very much! You are my hero Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now