Posted on 12/12/2019 12:11:55
Hi Mario,
I think the problem might be caused by the template.
If both country and region is filled during checkout then we return shipping methods which matches both country and region.
If only country is filled (region is empty) then we return shipping methods which matches the country.
Make sure that your checkout template does not set a value in the region field. It must be left completely empty (no spaces).
Try to find the current cart in the administration and see if region has a value when you get to the step without any shipping methods.
I'm not sure if your template disables the region field when specific countries are selected.
If that is the case then you might need to mark the field as readonly instead and set an empty value (or use a hidden region field with an empty value).
This is to ensure that an empty value for region is posted back and registered on the cart - otherwise it could contain the previously selected value (a state in the US?).
Best regards,
Morten