Recently I turned on sort by size and got it in the wrong order. (orderby=product_width&order=ASC)
Products that should appear in this order:
1 ,2 ,5 ,6 ,7 ,9 ,10.1 ,11 ,15 ,20 ,26
appear in the following sequence:
1, 10.1 ,11 ,15 ,2 ,20 ,26 ,5 ,6 ,7 ,9
how to change it?
(VirtueMart 3.4.2)
I guess it sorts as a string, hence the order. There may be better ways. But You can try assigning sizes as 001.0 002.0 010.1 etc
Jörgen @ Kreativ Fotografi