I need a simple shopping cart that will display all its products(only 9) in one page with input boxes for quantity. Most shopping cart only have option to add one product at a time but I want to add all at once.
Suppose I want to add two of seven different products to the shopping cart. Instead of adding manually again and again I want to do it at once by inputting quantity on quantity input box.
Instead of add to cart button beside each product, I want only one add to cart button with quantity input box beside each product!
Try SimpelCart (http://simplecartjs.org/).
It is awesome!