• Resolved jenndigital

    (@jenndigital)


    Hi guys,

    Is there a way to uncheck the default shipping method?
    I have many clients that don´t check this and order with the default method.
    I want the shipping method to be unchecked as default.
    Is this possible?

    thanks!

    • This topic was modified 4 years, 3 months ago by jenndigital.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    You can use the below code to unselect the default shipping method:

    add_filter( 'woocommerce_shipping_chosen_method', '__return_false', 99);

    I would recommend using a plugin like Code Snippets to add the snippet to your site.

    Thread Starter jenndigital

    (@jenndigital)

    Hi there,

    I added it to my child theme function.php
    It works like a charm
    Thank you very much Maykato!

    Thanks for letting us know!

    Glad to hear my colleague did it great.

    If you have any further questions, I recommend creating a new thread, since this one will be tagged as resolved.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Uncheck shipping default’ is closed to new replies.