Color Swatches with Multiple Quantity Selectors

Hello! The project I’m setting up for a client is a shop that sells spray paint and accessories, (for both regular customers and wholesale.) My client would like the product page to have a color swatch/quantity selection combo like the one I’ll show in a photo here (A list of color swatches with quantity selectors, so you can add different quantities of different colours at once.) I’ll be doing some light modifying of the Debut theme for this project, but outside some light design and navigational changes it will remain largely the same.

I’ll accept either a recommendation for an app that can provide this sort of functionality (I’ve been looking, but none seem to have a similar method of adding multiple quantities for a list of swatches,) or help with direct editing to the product page to make it work.

The other details of the example picture aren’t important; the important part is the list of swatches with quantity selectors, and the ability to add them all to the cart with a single click!

Thank you!

Hello DevCS9,

Not sure for an app but yes with custom code it seems possible. But just little worried about cart page. If customer select quantity for 10 variant’s cart will show 10 products btw its default behavior.
About the logic with custom code, first you have you have to implement this structure in variant loop and second on ajax call have to add each variant which have quantity greater than 0 to cart.

Thanks