As you can see from the title I am interested in making a shopping cart with javascript. What it should do is allow a client to add/remove products from the cart. Increase the quantity and have a visual overview of his cart. When he is finished he would go to the checkout where PHP takes care of submitting the order. The problem is I have very little experience with javascript so I was hoping that someone could help me. Tutorials and all other reading material that might help accomplish this task is welcomed. I was thinking of using cookies to store the cart info. Is that a good idea? How to do this if it is ? I understand JS isnt very secure for handlig money but if I pass all the prices to the script with PHP then I was guessing that it's secure after all. Am I right about that?
Thanks in advance