On the checkout page if you're purchasing a shippable product the Shipping is the same as billing address checkbox is checked by default. If you would like this checkbox to be unchecked by default then you can insert the following code at the top of your checkout page:<script>
jQuery(function() {
jQuery('#mm_checkbox_billing_equals_shipping').prop('checked', false);
mmjs.toggleShippingInfo();
});</script>
Automatically Uncheck 'Shipping Same As Billing' Checkbox
Modified on: Thu, 12 Jul, 2018 at 12:41 PM
Applicable plans
a
b
c
d
Did you find it helpful? Yes No
Can you please tell us how we can improve this article?