Closed HenkSwardt closed 6 years ago
@HenkSwardt @kewde as discussed with Henk can we use below libraries I mean one of them https://www.npmjs.com/package/angular2-countrypicker https://www.npmjs.com/package/ngx-country-picker or we can just have used the static country set ?
Thanks
as discuss with @kewde I am integrating iso3166-2-db: "^2.2.1",
this package to the frontend and grab the list
Should be fixed.
Currently the country filter drop-down does not have the correct data. We need to update this in line with the rest of the system
Please make use of the country list used in the shipping destination code. That should have every country that you can mail to.
See rc/core/helpers/ShippingCountries.countryList for implementation.