Jump to content

states


Recommended Posts

The easiest way might be through executing some SQL in your database. This should do the trick:

 

UPDATE ps_country SET contains_states = '1' WHERE active = '1'

 

Other than that, you'll have to go into each country in the Back Office individually and turn "contains states" to on. However, if you don't have any state information for a country and a customer tries to checkout, you might get an error because a state is required for that country but there is nothing to select.

 

Cheers,

Justin

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...