I have items that come in multiple sizes. I have created a MASTER product record which contains a thumbnail and a more information page etc. I have created additional product records for each size. I show the thumbnail and the various sizes below it with an add to cart button beside each one. This works well. (Although I might want to change the size selection to a drop down menu at some point)
Each of these products also comes in many colors. But here is the twist. They have more than one color associated with them. Example: Main color BEIGE with DARK BROWN trim. (2 Colors). But some products have 3 Colors and even up to 7 Colors associated with them. The number of colors associated with any given product is static. It will never change. That value could be stored in the PRODUCT SKU record.
What I want to do is when the customer clicks on the size product they want to buy. BEFORE taking them to the shopping cart I want them to go to an in between page and have it display x number of drop down menus. One drop down menu for each color that product has associated with it. These colors can simply be numbered. ie. Color 1: Drop down list. Color 2: Drop down list.
The drop down list of colors can even be the same for each Color Number.
How difficult will this be? Can someone point me in the right direction?
Thanks in advance.
Randy