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: Wish List Diappeared

  1. #1
    jazzloft99 is offline Senior Member
    Join Date
    Feb 2008
    Posts
    202

    Default Wish List Diappeared

    I constantly get complaints from customers that their wish lists keep disappearing. I've got it set at 365 days for purging. I've kept my own wishlist going and it has never disappeared.

    Any ideas of why this happens? It's the biggest complaint I get from customers. What table holds the wish list? Since I can't replicate it, can someone tell me why a customers wish list might go away?
    Last edited by jazzloft99; 02-08-2010 at 09:04 AM.

  2. #2
    George the Great is offline Senior Member
    Join Date
    Nov 2006
    Location
    Cleveland, OH
    Posts
    1,792

    Default

    The dbo.ShoppingCart table holds the wishlist. The difference between these and regular shopping cart items is that the CartType field will be 1 for wishlist items and 0 for regular items. Are you allowing anonymous customers to create wishlists? Is there a chance that your customers are adding items to the wishlist while anonymous?
    <a href="http://www.aspdotnetstorefront.com">Shopping Cart Software</a>

  3. #3
    jazzloft99 is offline Senior Member
    Join Date
    Feb 2008
    Posts
    202

    Default

    DisallowAnonCustomerToCreateWishlist is set to true.

  4. #4
    George the Great is offline Senior Member
    Join Date
    Nov 2006
    Location
    Cleveland, OH
    Posts
    1,792

    Default

    Do you have a static machine key set in the web.config, or have you left the default of auto-generate? Try setting a static machine key and see if there is any change in the customers losing their wishlists.
    <a href="http://www.aspdotnetstorefront.com">Shopping Cart Software</a>

  5. #5
    jazzloft99 is offline Senior Member
    Join Date
    Feb 2008
    Posts
    202

    Default

    We're static

    This would be an issue if all carts were falling off, right?

  6. #6
    Upscale_Automotive is offline Senior Member
    Join Date
    Apr 2008
    Posts
    201

    Default

    I have this same issue and posted a new thread about it before seeing this thread. One of my customers said that their wishlist only disappears if they click "continue" in the wishlist cart. If they simply navigate away and come back, it is still in tact. I have not been able to reproduce this on my own though.