Setting up a new store (1.2.6) and need to know if there's a way to combine attributes.
APPAREL EXAMPLE: (customer chooses 1 size and 1 associated color)
**SIZE** **COLORS**
SMALL - RED, BLUE, WHITE
MEDIUM - RED, BLACK, GREEN, YELLOW
LARGE - WHITE (ONLY)
Surely someone must have found a way to combine these type of options?
Ideally I'd like to use chained dropdown menus so that the customer chooses the size and then only the available colors for that size are displayed. I found a way to this via javascript but I don't know if there's any way to integrate it.
PLEASE HELP!!!



