Find Out How to Get FREE Racks

jQuery(function($){ // Trigger total recalculation when checkbox is clicked $('form.checkout').on('change', 'input[name="residential_address"]', function(){ $('body').trigger('update_checkout'); }); });