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

Thread: Anon Customers

  1. #1
    UNLGroup is offline Senior Member
    Join Date
    Dec 2007
    Posts
    144

    Default Anon Customers

    What exactly is the value given to this Statistic on the home screen in the Admin page for the Anon?

    I see where you guys have said that Anon is counted when someone is adding to a cart without logging into an account but I've programmed our shopping cart to only allow people that are logged in to add things to a cart. We still get about 14 anons a week on average so there must be another reason because if it was only that one we'd have zero.

    Thanks
    Last edited by UNLGroup; 11-18-2009 at 08:31 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

    Any action that creates a record for the customer in the Customer table, but doesn't set IsRegisterd=1:

    - Adding to the cart
    - Adding to the wishlist
    - Choosing a locale
    - Choosing a currency
    - etc