I had this issue using the attribute matrix. An attribute can have multiple dimensions. To sort the matrix I used the first dimension for sorting and the second dimension for the size. This may also work for the drop down list.
Eg.
Dim1, Dim2
1, S
2, M
3, L
4, XL
You then change the display options to not show dim1. A user will then sell the attribute matrix sorted.
I am facing the same problem.
As it doesnt seem to be possible with backends means, wouldnt it be possible, to do an kind of ajax-body-onload request ?
I mean iterate on onload over the options of the selcect field containing the size options and re-sort them ?
Should be possible I guess.
Add a comment