Hi,

My customer wish option type where there is an option on each row with quantity box, that is:

I've ComboBox Color with six color, but in this mode a customer can choise one color each time.
So, for speed up cart insertion, I would six textbox row ( one for each color ) with a quantity textbox.
So, a customer write quantity on each textbox of choised color and then he push Add to Cart.
Into the cart will have product with each options choose.

How is possibile to build this in NopCommerce?

Thank you