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 and Customer ID

  1. #1
    DotNetDevelopments is offline Senior Member
    Join Date
    Jul 2008
    Location
    Harlow / Essex / UK
    Posts
    619

    Default Anon Customers and Customer ID

    We want customers to have the same Customer ID if they use the same email address. Would it be possible to change the code to do this? We want users to be able to log in and track orders however if the order number keeps changing.

    we have the core c#.

    Thanks in advance.
    =====
    Version (Code/DB): AspDotNetStorefront MSx 9.1.0.1/9.1.0.0
    Execution Mode: 64 Bit
    Dot Net Developments - E-commerce By Experience

  2. #2
    ssgumby is offline Senior Member
    Join Date
    Feb 2009
    Posts
    683

    Default

    It does seem there should be a better way to handle anonymous customers. On my old cart when customers checked out anonymously it looked up the email address, if it existed it just placed the order as that customer ... if the email did not exist it created a new customer record with a random password. At a later time if the customer wanted to checkout and register they could simply enter a password and it would reset the random to the newly entered one.