I want to list some products e.g. baths as follows:
bath A 1500mm no handles
bath B 1500mm 2 handles
bath C 1500mm 2 handles, anti-slip
Each bath (A, B, C) has a unique product id, but I don't want them as individual product lines on the page as the page looks tedious (repetitive).
I would rather have a single product line:
bath 1500mm with a selection of attributes/choices (no handles, 2 handles, etc)
I can see how this would be done using attributes/choices, but I can't see how to do it so that when a selection is made it selects the product against the relevant product id. I.e. If the attribute/choice "2 handles" is selected, the product listed under the product id for bath B is selected.
I need to have each selection by its product id in the cart and on my orders.
I hope this makes sense?
bath A 1500mm no handles
bath B 1500mm 2 handles
bath C 1500mm 2 handles, anti-slip
Each bath (A, B, C) has a unique product id, but I don't want them as individual product lines on the page as the page looks tedious (repetitive).
I would rather have a single product line:
bath 1500mm with a selection of attributes/choices (no handles, 2 handles, etc)
I can see how this would be done using attributes/choices, but I can't see how to do it so that when a selection is made it selects the product against the relevant product id. I.e. If the attribute/choice "2 handles" is selected, the product listed under the product id for bath B is selected.
I need to have each selection by its product id in the cart and on my orders.
I hope this makes sense?
Comment