I'm entering my attribute values and when they are shown I get the last enter value last. I wan't however to decide myself in what order they should be showed.
I give you an example,
I start selling T-shirts
I do an attribute called size.
In the start I selling the sizes (attribute values) S, M, L
The I decide to sell size XL as well, that works fine since the sizetable will show S, M, L, XL.
BUT deciding to sell also the size XS it goes wrong, the table will then show S, M, L, XL, XS and that's not so userfriendly, I would like to show the table in sizeorder, XS, S, M, L, XL.
How can I change to order of the attributes value?