
Originally Posted by
blacksun
Sorry - I really am not sure where to post this, so I hope the "General" area is ok.
We have imported an OSCommerce store into ZenCart using the OsCommerce Data Importer. Now we are having trouble with the customer information.
We are based in the UK, and the majority of our customers are also from the UK. But in the existing customer records their country now shows as "United States Minor Outlying Islands".
I think this may be something to do with counties, but I'm not really sure what to do about it. I need the address to show as United Kingdom - it is the basis for our shipping rules.
Can anyone advise?
Look at your OSC country table it should look like this for United Kingdom, USA and Minor.
Code:
222 United Kingdom GB GBR
223 United States US USA
224 United States Minor Outlying Islands UM UMI
ZC record ID is the same as OSC.
Looking in your address_book table field entry_country_id will show the customers country ID that should match up.
Skip