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.
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.