How to uncheck Ship to a different address on checkout page
It’s hard to believe this actually needs to be done.
Add the function below to your child theme functions.php file.
[php]
// uncheck Ship to a different address? on checkout page
add_filter( ‘woocommerce_ship_to_different_address_checked’, ‘__return_false’ );
[/php]
Need help with this?
Hire me for a consultation and I'll walk you thru the process.
0 Comments