Fruits

0
jQuery(document).ready(function($) { // For dropdown-style variations $('form.cart').on('change', 'select', function() { $('form.cart').trigger('check_variations'); }); // For color/image swatches (if you use them) $('.variations_form').on('click', '.variable-item', function() { $('.variations_form').trigger('check_variations'); }); });