Shipping method not showing up in cart
I am trying to test out the shopping cart that we set up. I entered all the relevant shipping information in the Shipping Methods section of the administration area. However, when I try to add an item to my cart and try to check out there is no way to select a shipping method and throws an error when I attempt to proceed to the billing section. I get the "Please choose your preferred shipping service." Error.
Am I missing something in the configuration?
Comments
Here's the site: https://cihs.edu
I've attached an image that shows what happens. It gives the correct price but the shipping method never shows up (default is USPS - with no API) and there are shipping tiers. I was thinking of trying the USPS API to see if that resolves it as suggested in another post. Do you think that's a good idea? Or do you think I will still see the same error.
Did you manage to resolve this problem?
It seems that rewrite rules are breaking your URLs, this URL is being called by the plugin but gives a 404 Not Found Error: https://www.cihs.edu/wordpress/wp-admin/admin-ajax.php?action=checkout_shipmethod_select
Is that URL correct, does that file exist?