I am running up various products using variants with dropdowns. When I add the different variants in each line, I set them up the way I wish for them to be presented to the customer.
When I "Submit" the information to generate the code....... the line items change position.
As an example:
I write it in order to receive this code:
<option value="Spalted Poplar and Basswood MD $295.95">Spalted Poplar and Basswood MD $295.95</option>
<option value="Pint of Finish for Touchup etc...$7.95">Pint of Finish for Touchup etc...$7.95</option>
But receive this instead:
<option value="Pint of Finish for Touchup etc...$7.95">Pint of Finish for Touchup etc...$7.95</option>
<option value="Spalted Poplar and Basswood MD $295.95">Spalted Poplar and Basswood MD $295.95</option>
Why does this happen and what am I doing to cause this? It's simply a pain to rearrange every dropdown.
Thanks
Pete