Profiles and Shopping Cart
I've been using 'Beginning ASP.net 2.0' to build a non e-commerce related database driven site, and have found the book extremely helpful.
I've now been asked to build an e-commerce solution for another client. I'm confident that I can build the shopping cart following the guidance and examples from the book. And I've found a suitable payment gateway which looks like it will be fairly straight forward to integrate. However, the majority of users will be anonymous users, so I was hoping to not need a membership system. Will the shopping cart class work exclusively of the user profile, or would I still require profiles enabled with the cart property set to allow anonymous users?
|