If you then try and edit that product's options, the drop down list shows option_value_id of 1
To replicate, on a standard install of RC4, in phpmyadmin, change the option_value_id of Large to '1'
so we now have option_value_id for small = 10 and large = 1 both belonging to option_id = 1
Now go to admin and edit Product 1's options
Set the Size Option to be small. Save it
Go back in to edit again and the option value will show large Wrong!
Save it as large anyway, go back in and it shows large. Correct.
But small always turns to large.
Is anyone else having this problem. I tried other other option_values and they're OK. Only option_value_id of 1 is getting confused with 10
... continued
and then option_value_id of 2 gets confused with 20
I give-up
