One other thing... How do I change the sort order of the sizes I have listed? I have tried in the admin backend but they still display alphabetically it looks like:
-Large
-Medium
-Small
instead of S, M, L.
One other thing... How do I change the sort order of the sizes I have listed? I have tried in the admin backend but they still display alphabetically it looks like:
-Large
-Medium
-Small
instead of S, M, L.
In the attribute controller (where you create the attributes) you can give each attribute a sort order (a numerical value). Lower values are listed first. e.g.
10 => small
20 => large
30 => x-large