Import Products With Multiple Attributes
-
Hello all,
I am trying to import large number of products with multiple attributes.
I formatted my CSV file as described in:
https://github.com/woocommerce/woocommerce/wiki/Product-CSV-Import-Schema#csv-columns-and-formattingSo, to format with multiple attributes, I named the columns according to to this:
https://github.com/woocommerce/woocommerce/blob/master/sample-data/sample_products.csv
So, my attribute columns are:
Attribute 1 name
Attribute 1 value(s)
Attribute 1 visible
Attribute 1 global
Attribute 2 name
Attribute 2 value(s)
Attribute 2 visible
Attribute 2 global
Attribute 3 name
Attribute 3 value(s)
Attribute 3 visible
Attribute 3 global
Attribute 4 name
Attribute 4 value(s)
Attribute 4 visible
Attribute 4 globalThe strange thing is only the first and the last attributes get loaded into the products. Only these two attributes loaded as Attributes.
The rest of the attributes did not get loaded as Attributes. They don’t show up as part of the products either.
All the attributes are visible & global set to 1.
WordPress 6.3 / WooCommerce 8.0.1
Any help would be greatly appreciated.
Thanks.
Robert
The topic ‘Import Products With Multiple Attributes’ is closed to new replies.