Handy Theme Tutorials

Print

Make “ship to a different address” unchecked by default (Handy)

Here is additional filter that will make “ship to a different address” unchecked by default on Checkout page

add_filter( 'woocommerce_ship_to_different_address_checked', '__return_false' );

Just copy/paste it to child theme functions.php and save changes.

Leave a Reply

Your email address will not be published. Required fields are marked *