Hi
I'm trying to build a shopping cart for an online bookstore. But since I've never done this before I'm having a few problems. I wanna use a cookie to store the quantity and book code of items that are put in the cart (so basically the cookie is my cart).
Then from a list of books the user can set how many they want via drop down menus and with the click of a button I want to put these results into my cart and display an overview. How do I do this?
You know how in shopping carts when you set the quantity to zero and submit that the item is removed? Does anyone know how to implement that? Or can anyone explain it to me? How could that be done along my lines...?
thnx