jQuery(document).ready(function($) { console.log("Image change script loaded."); // Debugging $('.bundled_product input[type="checkbox"]').on('change', function() { console.log("Checkbox clicked."); // Debugging // Get the selected product image let newImage = $(this).closest('.bundled_product').find('img').attr('src'); if (newImage) { console.log("New Image Found:", newImage); // Debugging let productImage = $('.woocommerce-product-gallery__image img, .elementor-widget-woocommerce-product-images img'); // Change the main image smoothly productImage.fadeOut(200, function() { $(this).attr('src', newImage).attr('srcset', newImage).fadeIn(200); }); } else { console.log("No image found for selected product."); // Debugging } }); });

Robert's Dorset

Yummy Peanuts 1.5L Refill Bag – BBQ

£13.00 or subscribe and save 10%

Weight 1 kg

Reviews

There are no reviews yet.

Be the first to review “Yummy Peanuts 1.5L Refill Bag – BBQ”
Scroll to Top