|
I would like to create a shopping cart for a client site which would gather the item information (item #, quantity and price, extended price) and post it to a database table and to an email.
My client doesn’t want to have any online processing such as paypal at this time. They would also like to hand calculate the shipping costs.
Instead of using a form which would post data all at once, I’d like this to be additive, like a shopping cart.
Could I adapt the shopping cart code offered here to do this? Seems to me like I would be removing the "checkout" part of the action and replacing it with a "submit order" which would post to the database and send a confirmation email plus an email to the seller.
I am not versed in SQL or ASP so I feel a little unsure. I am generally good with languages though and may be able to catch on if this isn't too heinously involved.
Suggestions??
|
|
|
|
|
|
|
// |