• Resolved vncoder

    (@vncoder)


    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-formatting

    So, 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 global

    The 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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter vncoder

    (@vncoder)

    I tried to export the products after adding in additional attributes, delete the products then import the exact same CSV file.

    I get the same result, only the first and the last attributes assigned to the products.

    Anyone have any idea what is going on? How do I import products with three or more attributes.

    Thread Starter vncoder

    (@vncoder)

    It is working now.

    The problem occurred when I manually select the field mappings.

    If I let the Import assigns the field mappings then everything imports completely.

    Plugin Support Shameem – a11n

    (@shameemreza)

    Hi @vncoder

    I’m glad you were able to find a solution to your inquiry here and thanks for sharing it with the community too! 🙂

    Feel free to create a new topic if you need further help with WooCommerce core.

    Meanwhile, if you have a few minutes, we’d love if you could leave us a review: https://wordpress.org/support/plugin/woocommerce/reviews/

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Import Products With Multiple Attributes’ is closed to new replies.