Hello again, any advance on my question?
Hi,
Well, as I see it’s showing vendor’s shipping method, but only “Free Shipping” option.
Which shipping methods you have added from vendor’s shipping setting?
Do you have added “Flat Rate” method?
For “Free Shipping” option please add “Minimum order amount for free shipping”, without this it will consider “0” as free shipping threshold and always show this.
Thank You
I’ve updated the post on web site with the 3 configurations,
On woo commerce i’ve choose the vendor shipping so the vendors can choose their own shipping, on vendor shipping, i’ve added flat rate and local pickup and set a price of 5€ to flat rate, but still the client can’t choose the shipping method…
Hi,
What customers getting shipping options under cart/checkout? Show me screenshot please!
Thank You
Hello again, that´s the problem, the customers can’t see the options, but it was supposed…
https://comidaparafora.pt/14580-2/
On this link you have 3 screenshots, with the costumers checkout page.
On “Ararate Shipping” it’s showed “Free Shipping” but don’t give the options to choose between “Free Shipping” or “Local Pickup”
Hi,
Well, by default it hides other shipping options if Free Shipping is there.
Please add this line to your site to show all options –
add_filter( 'wcfm_is_allow_hide_other_shipping_if_free', '__return_false' );
Add this code to your child theme’s functions.php
In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/
Thank You
Great .. thanks for the update 🙂