File "estimateDeliveryOnCart.js"
Full Path: /home/aiclgcwq/photonindustriespvt.com/wp-content/themes/woodmart/js/scripts/wc/estimateDeliveryOnCart.js
File size: 259 bytes
MIME-type: text/plain
Charset: utf-8
jQuery(document).on('updated_shipping_method', function() {
jQuery(document.body).trigger('wc_update_cart');
});
jQuery(document).on(
'submit',
'form.woocommerce-shipping-calculator',
function() {
jQuery(document.body).trigger('wc_update_cart');
}
);