Hello everyone,
I have created a product template prod_test and I add attribute and values:
Attr_x: x1, x3, x2
Attr_y: y1, y4, y3
Now in product variants I'd like to sort them to get:
prod_test x1y1
prod_test x1y3
prod_test x1y4
prod_test x2y1
prod_test x2y3
prod_test x2y4
Can you help me to acheive it?
Thank you