I would like a simple listing, one item per line showing the name, description, price, quantity and an add to cart button.
If possible, I'd like to display the products grouped by category, so that the category is shown on one line, followed by the products in that category, then the next category and it's products, etc.
Ideally, I want a customer to be able to order multiple items without going back and forth between categories, or loosing their place in the product list.
Customers will be ordering many items (around 20-100 per order), and it needs to be quick, simple and easy for them.
Something like:
Canned Peas | 24 #8 cans/case | $4.00 | ____ | Add To Cart
Canned Corn | 24 #8 cans/case | $4.00 | ____ | Add To Cart
Is this possible?
Thanks!