mardi 29 septembre 2020

I want to trigger my custom checkbox with woocommerce shipping method checkbox

It works, but after when the form gets autoload for calculating price, it does not work anymore. Could anyone help me, please?

$('#shipping_method_0_flat_rate3').change(function() {
if ($(this).is(":checked")) {
$('.delivery-timeand-date-wholewrap').addClass('hide');
}
}); 



Aucun commentaire:

Enregistrer un commentaire