flutter-woocommerce-app
flutter-woocommerce-app copied to clipboard
[Bug] Shipping zone with postcode limits
In WooCommerce, you can add a shipping zone defined by a country, and only include some postcodes.
Eg:

The current source code gets a list of locations from WooSignal, which mix country and postcode, without any hierarchy:

So, the WooSignal server side should be fixed, as well as the mobile app.
Moreover, the sentence "Shipping is not supported for your country, sorry" should be "Shipping is not supported for your location, sorry"