gadele Posted March 22, 2008 Share Posted March 22, 2008 I have already created a new country through Shipping->Countries path. But is not showing up in the country list when your are creating your account. Did you guys have to add a new country? thanks Gastón 8) Link to comment Share on other sites More sharing options...
zeratool Posted March 30, 2008 Share Posted March 30, 2008 What i did is to insert directly on the database , you can use phpmyadmin or follow the sql stmt below: insert into country (id_zone, iso_code, active) values ($your_id_zone, '$your_iso_code', 1); Link to comment Share on other sites More sharing options...
Matthieu Biart Posted March 31, 2008 Share Posted March 31, 2008 Hi everybody This issue does not happened anymore on the 1.0 RC1 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now