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: Shipping estimator on shoppingcart.aspx doesn't refresh page when I change countries

  1. #1
    DENT is offline Member
    Join Date
    Mar 2010
    Posts
    42

    Default Shipping estimator on shoppingcart.aspx doesn't refresh page when I change countries

    When I change the country dropdown from US to Canada, the page doesn't refresh and as a result the state's dropdown doesn't reflect the country chosen (Canada).

    I don't have the source code, is this a control I have access to modify/fix?

  2. #2
    DENT is offline Member
    Join Date
    Mar 2010
    Posts
    42

    Default

    I do get this javascript error:


    submitenabled is not defined
    submitenabled(theForm);

  3. #3
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    What version of the site is this? Was it upgraded to latest build? The "submitenabled(theform)" is function from {root}\jscripts\formValidate.js, if you're getting the error "undefined", please ensure that it's existing there.