With multiple products on a single add to cart page is there anyway to have a running quantity total at the bottom based on the values input against each?
Issue in working the javascript is separate <form> tags for each product with unique names and each <input> tag having a unique ID.
The page is to have say 6 products, each with a different colour set in a cut down format. The user can input the quantity required against each colour. There needs to be 2500 minimum so would be nice to show people how many more they have to add to get to the minimum quantity.
In v10 but same for v9 and v8.
Issue in working the javascript is separate <form> tags for each product with unique names and each <input> tag having a unique ID.
The page is to have say 6 products, each with a different colour set in a cut down format. The user can input the quantity required against each colour. There needs to be 2500 minimum so would be nice to show people how many more they have to add to get to the minimum quantity.
In v10 but same for v9 and v8.
Comment