How do I create a session ID to keep track of a user ordering items from my WEB site. I want to create my own shopping cart and then jump to the secure https credit card site.
Here is what I have so far got to the URL below
Click the Add to cart button
If you look at the customer number and invoice number it increments each time, which I don’t want to happen. I want to have multiple items show up on one order, not multiple orders created.
Its saving it to the database OK, but again it is creating a new order number for each instead of having multiple items on one order. as shown below
SessionID InvoiceNum CustomerID PartNum Description Qty Price Date Time
983220098 123920098 C39 Code 39 True Type Font 1 99.00 12/21/2001 11:57:55 AM
983220099 123920099 C39 Code 39 True Type Font 1 99.00 12/21/2001 12:27:32 PM
983220101 123920101 C39 Code 39 True Type Font 1 99.00 12/21/2001 2:19:16 PM
983220102 123920102 C39 Code 39 True Type Font 1 99.00 12/21/2001 2:20:50 PM
983220103 123920103 C39 Code 39 True Type Font 1 99.00 12/21/2001 2:22:56 PM
--------------------------------
TIA DougP, MCP
Visit my WEB site to see how Bar-codes can help you be more productive
Here is what I have so far got to the URL below
Click the Add to cart button
If you look at the customer number and invoice number it increments each time, which I don’t want to happen. I want to have multiple items show up on one order, not multiple orders created.
Its saving it to the database OK, but again it is creating a new order number for each instead of having multiple items on one order. as shown below
SessionID InvoiceNum CustomerID PartNum Description Qty Price Date Time
983220098 123920098 C39 Code 39 True Type Font 1 99.00 12/21/2001 11:57:55 AM
983220099 123920099 C39 Code 39 True Type Font 1 99.00 12/21/2001 12:27:32 PM
983220101 123920101 C39 Code 39 True Type Font 1 99.00 12/21/2001 2:19:16 PM
983220102 123920102 C39 Code 39 True Type Font 1 99.00 12/21/2001 2:20:50 PM
983220103 123920103 C39 Code 39 True Type Font 1 99.00 12/21/2001 2:22:56 PM
--------------------------------
TIA DougP, MCP
Visit my WEB site to see how Bar-codes can help you be more productive