storefront icon indicating copy to clipboard operation
storefront copied to clipboard

how could i add/remove countries into shipping country list ?

Open blackyzero opened this issue 2 years ago • 3 comments

Hello, How could i add/remove countries into shipping country list ? Currently, there are only 4 countries.

i also created a shipping zone, only assigned 1 country, but it still shows 4 countries in Shipping address section at checkout page.

Thank you. Screen-Shot-2022-06-05-at-9 58 44-AM

blackyzero avatar Jun 06 '22 18:06 blackyzero

Hi, the countries come from: /saleor-checkout/apps/checkout/src/sections/Addresses/countries.ts

szczecha avatar Jun 07 '22 05:06 szczecha

We should fetch countries from shipping zones assigned to the channel of the checkout. Adding this to the backlog

timuric avatar Jun 07 '22 08:06 timuric

Great. I can see it now. And yes, it should be fetched from shipping zones channel. please make it available soon.

Thanks a lot @szczecha @timuric

blackyzero avatar Jun 07 '22 15:06 blackyzero

Fixed via https://github.com/saleor/react-storefront/pull/558

typeofweb avatar Nov 02 '22 19:11 typeofweb