mosesvel Posted August 13, 2014 Share Posted August 13, 2014 Hi I am using Prestashop v1.6. But when i enable jqzoom, its not working. When i click the image its going to image link. And when i enable jqzoom, the add to cart animation also not working in product page. Please help me, i am new to Prestashop. Link to comment Share on other sites More sharing options...
El Patron Posted August 13, 2014 Share Posted August 13, 2014 can you provide front office url with jqzoom enabled? Link to comment Share on other sites More sharing options...
mosesvel Posted August 13, 2014 Author Share Posted August 13, 2014 Thank you for reply. I resolved this issue, i searched the forum, i got solution from here. i modified product.js (line : 533) file the following lines $('.jqzoom').jqzoom({ zoomType: 'standard', //innerzoom/standard/reverse/drag zoomWidth: 300, //zooming div default width(default width value is 200) zoomHeight: 250, //zooming div default width(default height value is 200) xOffset: 50, //zooming div default offset(default offset value is 10) yOffset: 90, title: false, position: 'left' }); 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