Is anyone working on attribute dependencies for product selection? For instance, say I sell 3 different sizes of widgets but each widget comes in a different number of colors depending on the size: 4 colors for large widgets, 3 for medium, and 2 for small. When the user selects which size widget they want on a product purchase page, the color selection pulldown should reflect only the colors available for that widget. I believe the current logic for implementing this is to have a different product for each of the size/color combinations, which is very impractical for a large enough inventory.
Is anyone working on implementing this kind of functionality? If not, would there be any interest in seeing it implemented? I've done this for a previous customer in osCommerce so I have most of the logic already. Ajax-y type functionality wasn't around way back then
so I had to do it with page refreshes or reallly large javascript arrays containing all the possible attribute combinations.
I'd also be interested in tying this to the inventory module so only in-stock combinations can be selected.
Mark




Joined: 08/25/2007