Skip to content
jQuery(function($) {
$('form.variations_form').on('woocommerce_variation_has_changed', function () {
const $gallery = $('.iconic-woothumbs-all-images-wrap');
if ($gallery.length && typeof iconic_woothumbs_reload === 'function') {
iconic_woothumbs_reload();
}
});
});