Magento – Magento 2: how to add City in dropdown

addresscheckoutmagento2

Is there any way to add cities as drop down?

I want to add a city drop down for a specific country, there will be no states and city drop down to be shown on the registration page, checkout out the page and all other address books like shipping address and billing address.

Best Answer

You need to add regions into directory_country_region and directory_country_region_name table. And Magento 2 RegionUpdater will do the trick.

Related Topic