|
-
Jan 31st, 2012, 03:31 AM
#5
Re: shopping w/o logging in
 Originally Posted by arshesander
How?
Because it in my MSSQL it goes like this; 'Select * From MOrder WHERE CustID=" & cCusID
How about when there is no current user?
You need to map an order/shopping cart to a session ID (which you can retrieve from the session) and later, when the user decides to check out and log in with his/her credentials, map the session ID to the user ID to complete the check out.
If you are currently mapping the order/shopping cart to a customer ID (which I believe you are), you may have to change that logic.
.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|