Preselect default shipping method
-
Hi, I need help with my shipping methods. Right now I have by default Local pick-up method, but I want to have shipping method deselected, so the customer is forced to choose shipping method by himself. I found this old code:
add_filter( ‘woocommerce_shipping_chosen_method’, ‘__return_false’, 99);
But my problem with it is that then you cannot add products to the cart, because woocommerce is adding products to the cart with shipping method.
Is there option to have no default shipping method?
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Preselect default shipping method’ is closed to new replies.