Hi there,
There are roughly two ways to do this:
1. Store the cart data in a database as relational data. Create a ShoppingCart table and a ShoppingCart item table and then store user and item data in these tables when the user invokes the "Save and Finalize Later" functionality.
2. Serialize the shopping cart and store it in a single column in the database. Less flexible, but a lot easier to develop. Search Google for ".NET serialization" to learn more.
Hope this helps,
Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of
Beginning ASP.NET 3.5 : in C# and VB,
ASP.NET 2.0 Instant Results and
Dreamweaver MX 2004
Want to be my colleague? Then check out this post.