I have been working with this and I have run into a new snag. I set my drop down choices to be:
A1kit,5.75,5.00,1,$5.75 for 1 kit,,
B2kits,8.50,10.00,1,$8.50 for 2 kits,,
C3kits,11.00,15.00,1,$11 for 3 kits,,
D5kits,17.00,20.00,1,$17 for 5 kits,,
E10kits,31.00,25.00,1,$31 for 10 kits,,
F20kits,60.00,30.00,1,$60 for 20 kits,,
All is fine until I save the changes and get the button codes. No matter what I do, the system will not keep my code in the correct order. The above magically changes to the following thus messing up how my drop down choices look on my site. How can I fix this and keep the code from changing. I just want my drop down choices to be in order. Thanks in advance.
C3kits,11.00,0.00,1,$11 for 3 kits,,
D5kits,17.00,0.00,1,$17 for 5 kits,,
E10kits,31.00,0.00,1,$31 for 10 kits,,
A1kit,5.75,0.00,1,$5.75 for 1 kit,,
F20kits,60.00,0.00,1,$60 for 20 kits,,
B2kits,8.50,0.00,1,$8.50 for 2 kits,,