storefront
storefront copied to clipboard
how could i add/remove countries into shipping country list ?
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.
Hi, the countries come from: /saleor-checkout/apps/checkout/src/sections/Addresses/countries.ts
We should fetch countries from shipping zones assigned to the channel of the checkout. Adding this to the backlog
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
Fixed via https://github.com/saleor/react-storefront/pull/558