Hi all,
I am trying to import a .csv file with the combinations of my products and I am unable to make the "Attibute (Position)" field to work properly.
I have five possible attributes: Front, Depth, Diameter, Height and Thickness. Not all products have all (maximum 3 of those, indeed), but I want them to appear always in that order. So, for example, I configure the fields "Attribute" and "Values" in the following ways for three different products (each have many combinations of those attributes, of course. Just showing one example of each):
-Front:select:1,Depth:select:2,Thickness:select:5 --- 20mm:0, 10mm:1, 2.0mm:2
-Diameter:select:3,Thickness:select:5 --- 30mm:0, 2.5mm:1
-Height:select:4,Thickness:select:5 --- 40mm:0, 3.0mm:1
However, once the csv is imported, the thickness appears in the third position, as if the attributes are loaded in the order that they appear in the file ignoring the selected "Position".
Is there anything that I am doing wrong here?
Thanks a lot for your help,
Regards