FREE shipping is not working

This topic contains 4 reply and 3 voices, and was last updated by Neen Monty 9 years, 3 months ago
Viewing 4 Posts - 1 through 4 (of 4 total)
Author Posts
October 15, 2014 at 5:22 pm 28444
Neen Monty I have my site set to enable free shipping over $100. I can complete the order and the free shipping radio button appears and is selected. However when I try to 'Place Order' on the check out page, an error message appears : "shipping was not chosen" The only way to then Place the order is to select the shipping amount (the other radio button option, in my case 'Regular shipping $12". And then shipping is charged. So there is no way to get free shipping. This is a serious problem. I am finding so many problems. Please fix urgently as free shipping is essential feature. thanks Neen
October 16, 2014 at 6:48 am 28502
Neen Monty Neen Monty

Any thoughts????

October 18, 2014 at 3:32 pm 28621
Sekander Badsha Sekander Badsha

Hello Neen,

Please make a shipping class and check. If you do not have any shipping class, you may get that error.

Thank you 🙂

October 20, 2014 at 3:08 am 28697
sophie sophie

my solution :

comment this :
if ( ! is_array( $shipping_method ) || !in_array( ‘dokan_per_product’, $shipping_method ) ) {
wc_add_notice( __( ‘shipping was not chosen’, ‘woocommerce’ ), ‘error’ );
return;
}

line 352 of dokan-product-shipping/dokan-shipping.php
I use free shipping too

January 9, 2015 at 6:26 am 33692
Neen Monty Neen Monty

Thank you so much Sophie. This solution works perfectly. Much appreciated!
cheers
Neen

Viewing 4 Posts - 1 through 4 (of 4 total)