can anyone figure out a way that my ASP.NET shoping cart can email me its contents instead of like checking out through paypal or something. the shopping cart resides here:
http://67.42.55.26/bookstore/merchandise.aspx I can't aford a payment service so I just want the checkout button to email me the contents of the cart in the body of an email. It would also have to take the users address. maybe I could have checkout go to a form that collected the books and then collected the email phone number and address. the problem is I have never been able to figure out how to collect anything from an ASP feedback form other than email subject and message body.