No valid shipping options found. Please check your address carefully.
Hi Developers,
Make sure two things:
- Products have weights
- Base zip code is entered
If still not working?
Debugging:
Now if you are familiar with your favorite browser’s console then try this command there
jQuery('input[name="no_shipping_options"]')
You will see that there are two input elements with the same name. One is prior and other is inserted just after html form started.
The problem is here
in file
Correction made here:
Thanks,
Fahad
Last updated: April 17, 2014