flutter-woocommerce-app icon indicating copy to clipboard operation
flutter-woocommerce-app copied to clipboard

[Bug] Shipping zone with postcode limits

Open jeanmatthieud opened this issue 3 years ago • 0 comments

In WooCommerce, you can add a shipping zone defined by a country, and only include some postcodes.

Eg: image

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

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"

jeanmatthieud avatar Aug 29 '22 12:08 jeanmatthieud