I have a number of configurable products in Magento CE 1.9
I would like to give users the ability to view a product and add multiple sizes to their cart with one click .
Product Title
Small : Select Quantity
Medium: Select Quantity
Large: Select Quantity
Add to Cart
The cart would then need to show how many of each size has been selected and show the total cost for that product.
Is this doable, and what is the best approach?
Many thanks