Change sort of Variations
Hi, i didn't find the answer on google, drupal or drupalcommerce.
Thats my question: I have a product display with 6 Variations (products) and i user Inline entity form. I sort it in the backend:
6 Monate (68cm)
12 Monate (80cm)
2 Jahre (92cm)
3 Jahre (98cm)
4 Jahre (104cm)
But in the Frontend select list it always looks like this:
12 Monate (80cm)
2 Jahre (92cm)
3 Jahre (98cm)
4 Jahre (104cm)
6 Monate (68cm)
How can i change the sort?
Thank you, Tobi
Comments
If the backend is saving the order, a way to see if it's Inline Entity Form acting up: Change the widget on the Product Display to a simple "Product Reference" field and change the order using SKUs...
For example: PROD-1, PROD-3, PROD-2 could be arranged like this: PROD-3, PROD-1, PROD-2 ... just reference them in the order that you want to be first, second, third, etc.