Tata Tea Premium 1kg

300,00 

Categoria:
1 kg

300

Recensioni

Ancora non ci sono recensioni.

Recensisci per primo “Tata Tea Premium 1kg”

Il tuo indirizzo email non sarà pubblicato. I campi obbligatori sono contrassegnati *

jQuery(function ($) { function initThumbnailHover() { var $gallery = $('.single-product .woocommerce-product-gallery'); if (!$gallery.length) { return; } var $thumbs = $gallery.find('.flex-control-thumbs li img'); if (!$thumbs.length) { return; } /* Remove previous handler */ $thumbs.off('mouseenter.shellyThumbnail'); /* Hover thumbnail */ $thumbs.on( 'mouseenter.shellyThumbnail', function () { /* * Trigger WooCommerce's * normal thumbnail click. */ $(this).trigger('click'); } ); } /* ===================================================== INITIALIZE ===================================================== */ initThumbnailHover(); /* ===================================================== AFTER PAGE LOAD ===================================================== */ $(window).on('load', function () { setTimeout(function () { initThumbnailHover(); }, 500); }); /* ===================================================== AFTER THUMBNAIL CLICK Allow WooCommerce to rebuild its zoom layer ===================================================== */ $(document).on( 'click.shellyGallery', '.single-product .flex-control-thumbs li img', function () { setTimeout(function () { /* * Do NOT create our own zoom. * * WooCommerce automatically creates: * * .zoomImg */ }, 300); } ); /* ===================================================== WOOCOMMERCE UPDATES ===================================================== */ $(document).on( 'updated_wc_div wc_fragments_loaded wc_variation_has_changed', function () { setTimeout(function () { initThumbnailHover(); }, 500); } ); });