I'm using the VM onepage checkout plugin in the Quark template Store version. (https://vmonepage.com/)
At first, any action on the checkout page would result in the opg-modal-dialog freezes. I managed to solve this issue commenting the code in this post
https://www.gavick.com/forums/quark/vir ... or#p266119
/templates/gk_quark/js/gk.scripts.js
- Code: Select all
//j/Query('a').on('click',function(){
//if(jQuery(this).attr('href').substr(0,7) === 'mailto:') {
//ignore_onbeforeunload = true;
//} else {
//ignore_onbeforeunload = false;
//}
//});
However there's still some conflicts/errors because when we click in "Notas e pedidos especiais" (Notes and special requests) the popup doesn't show and we're redirect to the homepage.
How can i fix this so the special comments popup shows correctly?
I'm guessing it's something related with gk.scripts.js too, but i'm not finding the error. Or it can be something related with what Teitbite said in the above post:
I think it's more of a wrong jQuery version being used on the site than this script itself.
?
Am i using the right jQuery version? How can i check that and update my site JQuery version if needed?
http://beweb.me/cookiesbakery.pt/loja
Thanks