wp-e-commerce / WP-e-Commerce

WP eCommerce - The most popular independent eCommerce platform for WordPress
https://wpecommerce.org
GNU General Public License v2.0
215 stars 217 forks source link

Handle country/state selection a tad more intelligently #2283

Open JustinSainton opened 7 years ago

JustinSainton commented 7 years ago

Related: #2276.

So, I'm in the checkout process. I fill out my city and state. At this point, I have not filled out a country.

However, I have filled out a state. And when I go to select a country, say, USA if I've entered "Oregon" as my state - it resets my state to Alabama.

LAME.

We - at the very least - could parse through the known list of regions/countries, and if the region entered matches a country, then pre-select that country. Simple enough?