Well, I actually have something that I can deal with running now, but it's junky code and I don't like that.
I want something very simple and clean...I mean BASIC BASIC. I don't want to use a database to store the cart, though I want to pull records from the database as the options for what to place in the cart.
What I'm basically trying to do is something to this effect....I want to have 2 html tables....the one on the left being the cart, the one on the right being what can be inserted into the cart. When you click on the item on the right it'll show on the left...and disappear from the table on the right. That make sense? I also want to be able to click the one on the left and have it disappear and reshow on the right. Kind of like trading the item back and forth. I know I'm not explaining this well, but I hope it's decent enough.
What I've got now does everything except take the item out of the right table. I would post it, but I really don't like the coding and would prefer to start from scratch.
So anyway, does anyone have any suggestions on where I could look?