Jump to content

JQZoom is not working in Prestashop v1.6


Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...