Uncheck "Ship to different adress"
-
In the checkout page, I’d like that the question “Ship to different adress” be unchecked by default.
If the users effectively want to ship to another adress, then he/she will select it. But by default, it should be unchecked.
How to do that?
Hello,
Navigate to Woocommerce > Settings > Shipping > Shipping options and set the option http://prntscr.com/m26xlo
Best Regards
I did already set this option. However, it does not resolve my point.
When a new customer register and he makes a check out, he gets
– billing adress fields
and then he has the question “Ship to another adress?” already checked, so he gets again
– shipping adress fields
This is not what I want. I want the question “Ship to another adress” to be unchecked by default.
Hello,
Our theme does not influence on Woocommerce functionality. If you want to expand or change the default Woocommerce try to find a plugin.
Best Regards
For anyone interested, I have found the PHP code snippet to apply :
add_filter( ‘woocommerce_ship_to_different_address_checked’, ‘__return_false’ );
Issue solved.
You can make this topic as solved.
Thanks
The topic ‘Uncheck "Ship to different adress"’ is closed to new replies.