Items I'm dealing with have different sizes and different colors. Each size does not have the same colors available, and a different sizes have different costs. But its not always this way, some products are normal where you can expect the same sizes available in the color groups.
I'm thinking about naming the attribute the color and having the sizes as the choices. What I'd really like to do is create a dynamic javascript SELECT field so when a color is selected the available sizes are made available in a second SELECT field. I'm just not sure how to get those entries into a javascript array...
Here's the kicker: There are too many items to do by hand so I'm going forward with a hierarichal file import. I'm not sure if I can do the normal permutations and still pull the data for javascript to make the arrays.
Any advice or help would be appreciated very much.
I'm thinking about naming the attribute the color and having the sizes as the choices. What I'd really like to do is create a dynamic javascript SELECT field so when a color is selected the available sizes are made available in a second SELECT field. I'm just not sure how to get those entries into a javascript array...
Here's the kicker: There are too many items to do by hand so I'm going forward with a hierarichal file import. I'm not sure if I can do the normal permutations and still pull the data for javascript to make the arrays.
Any advice or help would be appreciated very much.
Comment