All,
Having given up on implementing dependent attributes, can someone point me to an example or give some recommendations on the best way to set up Ubercart to implement the functionality we need?
The product is a "design" or picture, so the entire site is built around creating, editing, and critiquing these designs or pictures. Once the design is complete, it can be applied to one of three products, a cup, a mug, or a plate. Each of these products can come in one of a number of colors (which will vary based on the design and product).
What I'd like is to have one product page featuring the design. Then, on that page, be able to select a product and color for that design. However, the colors for one product aren't necessarily going to be available for all of the other products. For instance,
Design "A" would be available on
Red cup, white cup
Red mug, blue mug, white mug
Blue plate, white plate
Now, I can't use [Cup, Mug, Plate] as one attribute and [Red, White, Blue] as another attribute because that would create invalid combinations (Red plate, Blue, cup).
Any thoughts on the best way to do this?

