Attributes dropdown reset
Hi All,
I am developing an e-commerce portal using drupal commerce. Everything is fine so far. Now, my client is complaining me that whenever the user selects an attribute in the view product page, the next attribute drop-down value gets reset.
For eg, I am giving three attributes (brand, color, size) for T-shirts. After the client chose values for all the attributes and then changes the value for second attribute color, the third attribute drop-down automatically resets to the first value.
It may be less important. But, my client insists me to get this done.
Please help me out if you have any ideas to achieve this...
Thanks in advance.
Comments
Many Thanks Realskorpion.. It almost solved my problem..
It works fine with two level product variations I think. If there are three level variations, there is an issue in showing the correct product.
For eg,
Shoe Type Formal
Brand Lee Cooper, Bata
Color Black, Brown
Shoe Type Casual
Brand Puma, Nike
Color Black, Brown
Scenario
------------
Choose in the following order
Formal -> Bata --> Brown --> Casual
Now, the Brand drop-down value is Puma. The Color drop-down value is Brown. But, its showing the Black color shoe image instead of showing the Brown shoe. I hope it takes the default value for the Color drop-down and so showing the Black shoe even the drop-down value been set to Brown.
Have anyone faced this before or am i doing something wrong? Pls suggest.
Thanks again Realskorpion...