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 Print
Modified on: Thu, 12 Jul, 2018 at 12:41 PM
Did you find it helpful? Yes No
Send feedbackSorry we couldn't be helpful. Help us improve this article with your feedback.