Magento – how to add city dropdown on checkout page instead of typing the city(M2)

checkoutcustomer-attributemagento2module

I need to get rid of this company text field and Country drop down since the store serves locally.

Important :
How I can overide the city (text area) to a drop down with my own custom city list.?

enter image description here

Best Answer

Extension1: you can install this free extension for display city

visit this link for how to install composer require php-cuong/magento2-city-dropdown

For more details how to set up check this link

Extension2: https://github.com/EaDesgin/Magento2-City-Dropdown

Related Topic