I am currently working on a site that I have items that come in several colours and I want people to be able to order x of one colour and x of another colour but the sum quantity is then used in qty price breaks.
e.g. if a customer orders 2 blue items and 3 red items they will hit the 5 item quantity break. I know this can be achieved by having the colours as attributes of one product but to add them requires two 'add to cart' presses as far as i can see. What i'd like is to have
Blue: Qty |__|
Red: Qty |__|
etc.
Then the user enters the quantites they want and adds them to their cart - all going through as attributes to the master product to get the qty discount.
Is this do-able?
e.g. if a customer orders 2 blue items and 3 red items they will hit the 5 item quantity break. I know this can be achieved by having the colours as attributes of one product but to add them requires two 'add to cart' presses as far as i can see. What i'd like is to have
Blue: Qty |__|
Red: Qty |__|
etc.
Then the user enters the quantites they want and adds them to their cart - all going through as attributes to the master product to get the qty discount.
Is this do-able?
Comment