Tagged: x Author Posts December 25, 2016 at 8:38 pm #1304251 danParticipant When a customer get to the checkout page, the “Ship to a different address” option is checked by default. How can i set that box unchecked by default? December 25, 2016 at 8:38 pm #1304253 danParticipant This reply has been marked as private. December 25, 2016 at 9:30 pm #1304270 LelyModerator Hello There, Thank you for the credentials. Please try adding the following code on your child theme’s functions.php file: add_filter( 'woocommerce_ship_to_different_address_checked', '__return_false' ); The following link might help:https://metorik.com/blog/change-woocommerce-ship-to-a-different-address-default Cheers! December 28, 2016 at 9:45 pm #1308046 danParticipant It works perfect ! Thank you Lely! December 28, 2016 at 10:09 pm #1308078 Prasant RaiModerator You are most welcome. Author Posts