Home Forums WoodMart support forum Uncheck "Ship to different adress"

Uncheck "Ship to different adress"

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #99521

    Jeriss Cloud Center
    Participant

    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?

    #99525

    Hello,

    Navigate to Woocommerce > Settings > Shipping > Shipping options and set the option http://prntscr.com/m26xlo

    Best Regards

    #99722

    Jeriss Cloud Center
    Participant

    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.

    #99800

    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

    #99899

    Jeriss Cloud Center
    Participant

    For anyone interested, I have found the PHP code snippet to apply :

    add_filter( ‘woocommerce_ship_to_different_address_checked’, ‘__return_false’ );

    Issue solved.

    #101700

    Jeriss Cloud Center
    Participant

    You can make this topic as solved.
    Thanks

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Uncheck "Ship to different adress"’ is closed to new replies.