Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 3 of 3

Thread: US and United States question

  1. #1
    doru is offline Senior Member
    Join Date
    Jan 2008
    Posts
    158

    Default US and United States question

    Hi

    I am using AspDotNetStorefront ML 7.1.0.0/7.1.0.0.

    I noticed that Shipping Methods do not appear on Shipping Options page.
    I found that the error was generated by the value saved in the "Country" field from the Address table. In DB was saved "US" and the code was expecting the value "United States". SO, I updated the DB values to "United States" and then I got the Shipping Methods.

    I have 2 questions.

    1. Do you know why the "US" string was saved into Country field and not the "United States" string?
    2. What I have to do in order to prevent this errors related to country name?

    Any help would be greatly appreciated.

    Thanks,
    Doru
    Last edited by doru; 11-13-2009 at 08:16 AM.

  2. #2
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    Just make sure you've got 'United States' spelled out on your Taxes->Edit Countries page and not 'US'. That's what generates the list of countries that customers choose from when registering addresses.

  3. #3
    doru is offline Senior Member
    Join Date
    Jan 2008
    Posts
    158

    Default

    Thank you, Scott!

    Doru