How To Make City And State As Dropdown List In Cs Cart?

When customer goes to my checkout page then there is state and city list but you have to give. i want to know that how to make it dropdown?

Thank you

Dear cseamiya,

A modification will be required to add this functionality. Our software is highly customizable as it provides an open access to the source code. It means that you or any third-party developer will be able to make any changes and modifications.
Please have a look at our developer documentation. It will help you to get to know CS-Cart and Multi-Vendor architecture:
http://docs.cs-cart.com/4.5.x/developer_guide/index.html
Also, we have over 250 registered partners. They provide custom development and web design services for CS-Cart and Multi-Vendor:
http://marketplace.cs-cart.com/developers-catalog.html
They will be glad to help you with this modification.
Thank you.

Check the topic http://forum.cs-cart.com/topic/22374-drop-down-select-city/

Also, we can help you. Contact us.

Best regards,

Alt-team.

Our team is also at your service if you do not find a solution.

Probably bloatware but is there any mod that has the customer enter their zipcode and the city and state are automatically filled in like Fedex.com does?

Probably bloatware but is there any mod that has the customer enter their zipcode and the city and state are automatically filled in like Fedex.com does?

Check the existing add-ons on Marketplace.

Best regards,

Alt-team.

Check the existing add-ons on Marketplace.

Best regards,

Alt-team.

Awesome, Thank You Alt Team

Probably bloatware but is there any mod that has the customer enter their zipcode and the city and state are automatically filled in like Fedex.com does?

What do you do when zip spans multiple cities? Very common in US. Not sure about other countries. Not an issue for 'state', but for 'city', you'll have to change the UI from input text to select (or radios) if there's more than one city within a zip code. Just make sure whatever addon you choose fully handles the variety of different postal code/city relationships in various countries. And if they use a 3rd party service (most likely), make sure that the service provider stays current with the updates since zip code boundaries constantly change.

What do you do when zip spans multiple cities? Very common in US. Not sure about other countries. Not an issue for 'state', but for 'city', you'll have to change the UI from input text to select (or radios) if there's more than one city within a zip code.

Fedex gives you a list of all the cities that use that zipcode and you select which one applies. I tried to add an image by using the url of a screen shot but it doesn't let me. https://www.policestation.com/media/fedex-zip-select.1598/full?d=1520886334

Fedex gives you a list of all the cities that use that zipcode and you select which one applies. I tried to add an image by using the url of a screen shot but it doesn't let me. https://www.policestation.com/media/fedex-zip-select.1598/full?d=1520886334

the point I was trying to make (sorry if I wasn't clear) is to make sure that any addon you use to provide this capability

1) uses a 3rd party data supplier that is reliable and current

2) handles multiple cities in a single zip code properly

I have no investment in any of the addons that may be provided to support "fill from zip". Just suggesting that you verify it's done right before you invest.

the point I was trying to make (sorry if I wasn't clear) is to make sure that any addon you use to provide this capability

1) uses a 3rd party data supplier that is reliable and current

2) handles multiple cities in a single zip code properly

I have no investment in any of the addons that may be provided to support "fill from zip". Just suggesting that you verify it's done right before you invest.

Okay, I understand. Thank You.

You need to edit base tpl. Cities loading by type letter.

Hi, can you explain ? thanks