Hi,
I have made my first e-comm php+mysql application.
It is ready at about 80%, but now I have a troble regarding the deletion or update of the items in the basket :-(
In other words, I don't know how to do in order to show a list of bought items with the quantity text field and two buttons: "Delete selected items" and "Update quantities".
It is not a problem to show them in a tables but I don't know how to manage multiple items with one form submission :-(
I need to allow user to update quantities or to delete one item.
Yes, I could make a link to another page where I can show only that item and then process a delete o update command but I would prefer to allow users to do the same from one single page showing all items..
Any idea about ?
I see some other e-comm shop and I see that they are using some kind of javascript...but I am not a javascript programmer :-(
Thank you very much for any help about!
Fabio