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: Anonymous customer creation

  1. #1
    shadab is offline Junior Member
    Join Date
    Nov 2008
    Posts
    1

    Default Anonymous customer creation

    In which scenario anonymous customer created?

  2. #2
    DanV's Avatar
    DanV is offline Ursus arctos horribilis
    Join Date
    Apr 2006
    Posts
    1,568

    Default

    Typically when someone adds an item to the cart or wishlist.

  3. #3
    Rex is offline Banned
    Join Date
    Nov 2007
    Posts
    561

    Default

    There is a web.config appSettings entry you can set false to immediately create a customer:

    <add key="DelayedCustomerCreation" value="true"/>

    You can also use the static AspDotNetStorefrontCommon.Customer.MakeAnonCustome rRecord and AspDotNetStorefrontCommon.Customer.CreateCustomerR ecord methods in code to create the customer at any point that you wish.

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

    Default

    Note that setting this to false can cause databases to grow fairly quickly. Make sure that you are performing regular (best to perform daily/nightly) database backups, and running monthly maintenance at least once a month, if not once a week, to clean these up.
    <a href="http://www.aspdotnetstorefront.com">Shopping Cart Software</a>