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 4 of 4

Thread: One Page Checkout - Editing Address with Anonymous checkout

  1. #1
    wlk13 is offline Junior Member
    Join Date
    Jan 2009
    Posts
    16

    Default One Page Checkout - Editing Address with Anonymous checkout

    Hi, in the One Page Checkout, I set the Appconfig AllowAddressChangeOnCheckoutShipping to "true", as we want that it should be editable even after the customer selects a shipping method. However, when I click on "Add/Edit Billing Address" it jumps to the account login page. Is it possible to edit the address right there on the checkout page? We allow anonymous checkout, and we would rather that the customer isn't forced to create an account just because he made a small mistake when typing his address.

  2. #2
    s1dawson is offline Junior Member
    Join Date
    Nov 2009
    Posts
    2

    Default

    I've just stumbled accross the same issue actually - anyone have an answer for this? Thanks - Simon

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

    Default

    Currently customers will have to register to change anything in the address they entered. We have to disable those fields once the button has been clicked to get shipping rates, so customers cannot request shipping rates for one address, then edit the fields and put the order through with a different (more expensive) address.

    In a future release we're going to 'AJAXify' that entire page so that we can leave the fields editable, but recalculate shipping if anything is changed. For the moment though, they'll have to register.

  4. #4
    wlk13 is offline Junior Member
    Join Date
    Jan 2009
    Posts
    16

    Default

    In a future release we're going to 'AJAXify' that entire page so that we can leave the fields editable, but recalculate shipping if anything is changed.
    Do you have an estimate when the one page checkout page will be redone with AJAX?

    Thanks