product_variation with var_attribute AND pa_attribute
-
I meet an issue for months and I don”t manage to succeed.
I thank Allaerd for his help, and I think this post may be useful for everybody.I need to use product_variation with var_attribute AND pa_attribute.
The “variation” AND “attributes” columns does not seem to work together because “attributes” column overwrites “variation” column so I had to check manually attribute checkbox “use for variation” to make work the variation dropdown list.I have to use multiple values as attribute but not as variable attribute.
For example: I have variable products with different sizes but with same colors (The product might have multiple colors (so I use the pipe: |).ID;product_type;product_parent;variation;default_attributes;var_size;var_color;attributes;pa_size;pa_color
var1;variation_master; ;size->1->1;size->XL; ; ; ;color->1; ;
var2;product_variation;var1; ; ;XL; ; ; ;blue|red;
var2;product_variation;var1; ; ;XL; ; ; ;orange|green;Any clue?
whoaloicP.S: there might be a solution is to import the CSV file twice.
Upload the CSV file with “variation” AND “attributes” and “var_attribute” AND “pa_attribute”
Delete the “attributes” column in the CSV file
Save a new header (without “attributes” column)
Reupload the new CSV fileBut I guess, there is something better to achieve this.
- The topic ‘product_variation with var_attribute AND pa_attribute’ is closed to new replies.