Let me offer examples;
I setup a product with an attribute option name "color" that was setup as a pull down and several option values("red","blue","green")
That same product I add another attribute option "size" that was setup as a pull down and with values("large","medium","small")
The same product I also add an attribute option "material" and it is setup as a read only with a value of "cotton"
The same product I also add an attribute option "company" and it is setup as a read only with a value of "hanes"
The above will produce:
"Please choose:
color: (pull down with first line "first select color", second line "red", third line "blue", fourth "green")
size: (pull down with first line "next select size", ...no additional lines)
material: (pull down with first line "next select material", ...no additional lines)
company: (pull down with first line "next select company", ...no additional lines)
If I move any of the options "size", "material" or "company" up to the top it then displays the values properly for that option but the remaining will do the same, for example;
material: (pull down with first line "first select material", second line "cotton")
color: (pull down with first line "next select color", ...no additional lines)
size: (pull down with first line "next select size", ...no additional lines)
company: (pull down with first line "next select company", ...no additional lines)
Please note that the "material" option (and the "company" option) should not even be a pull down as they were to have been a read only.
This happens every time even one option with anything but a read only is within the products options.(all options are then displayed as pull downs)
If I setup a product with just the "material" and "company" (the two read only options) all seems to be fine.
Hopefully the above examples help in understanding what this newbie is trying to describe.
Thank you very much for your help.