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

Thread: Anon Basket cleared to 0 items after reset password

  1. #1
    rsen is offline Junior Member
    Join Date
    Sep 2012
    Posts
    6

    Default Anon Basket cleared to 0 items after reset password

    Version: AspDotNetStorefront Multistore 9.3.0.0/9.3.0.0

    End user has valid credentials created on the site.

    My end user adds the products to Shopping Cart without logging in.

    On the Checkout from Cart he is redirected to Login page.

    User resets password and changes password using the emailed reset.

    However after login, the anon added products are removed from Shopping Cart.

    Is this by design?

    If yes, is there any global appconfig to retain the basket items after resetting password?

  2. #2
    Jordan is offline Member
    Join Date
    Feb 2006
    Posts
    42

    Default

    I feel a lot of work needs to be done with the anon/registered user carts.

    I just did a test on my 9.3.0.0 site. I added 1 item as an anonymous user. Then I logged in. It retrieved 2 items from my previous logged in session, merging the 1 new item and making the total 3.

    Then I went to /shoppingcart.aspx to remove one of the 3 items. It cleared out my cart entirely.

    It's a buggy, disjointed system which certainly does not instill the shopper with a great deal of confidence.

  3. #3
    rsen is offline Junior Member
    Join Date
    Sep 2012
    Posts
    6

    Default Update: Anon Cart cleared after reset....

    Quote Originally Posted by rsen View Post
    Version: AspDotNetStorefront Multistore 9.3.0.0/9.3.0.0

    End user has valid credentials created on the site.

    My end user adds the products to Shopping Cart without logging in.

    On the Checkout from Cart he is redirected to Login page.

    User resets password and changes password using the emailed reset.

    However after login, the anon added products are removed from Shopping Cart.

    Is this by design?

    If yes, is there any global appconfig to retain the basket items after resetting password?
    and in case anyone is reading / wondering , the "PreserveActiveCartOnSignin" Appconfig is set to TRUE.

  4. #4
    danny001 is offline Junior Member
    Join Date
    Oct 2012
    Location
    Ahmedabad< Gujarat
    Posts
    4

    Default

    Can you provide the URL on which you face this problem i want to check out it.

    Danny

    Quote Originally Posted by rsen View Post
    Version: AspDotNetStorefront Multistore 9.3.0.0/9.3.0.0

    End user has valid credentials created on the site.

    My end user adds the products to Shopping Cart without logging in.

    On the Checkout from Cart he is redirected to Login page.

    User resets password and changes password using the emailed reset.

    However after login, the anon added products are removed from Shopping Cart.

    Is this by design?

    If yes, is there any global appconfig to retain the basket items after resetting password?

  5. #5
    rsen is offline Junior Member
    Join Date
    Sep 2012
    Posts
    6

    Default

    Quote Originally Posted by danny001 View Post
    Can you provide the URL on which you face this problem i want to check out it.

    Danny
    sorry its on an internal staging site.

    i was able to look through the source code

    in ASPDNSF9.3\Web\controls\Signin.ascx.cs
    inside the ctrlRecoverPassword_VerifyingUser event...is there somewhere that clears out the basket ? this function seems to use all stock .NET MembershipUser

    after the user gets the new password, this event gets called on the Change Password screen , btnChgPwd_Click

    and inside that we have a call to AppLogic.ExecuteSigninLogic

    is this likely to clear out a basket after password reset ?

  6. #6
    rsen is offline Junior Member
    Join Date
    Sep 2012
    Posts
    6

    Default

    anybody?

    would really appreciate some guidance ...