• Hello!

    I have found some error in your code in scripts.js.

    the line 56:
    var imagePopupSrc = $('.wpa-product-gallery .slick-track .slick-current a.wpawg-image-popup');

    you neen change to:

    var imagePopupSrc = $('.wpa-product-gallery .slick-track .slick-current span');

  • The topic ‘error in variation popup’ is closed to new replies.