• Resolved ekaljain

    (@ekaljain)


    I tried importing my products with attributes- color, size. But it is not set for variation thus not displaying. I set following values respectively..

    Attribute Name- Color, Size
    Attribute values- …
    Attribute Visible- 1
    Attribute Global- 1

    Earlier, it was working fine with same values, but later i updated woocommerce to latest version and now it is not working. Not sure, if it is because of the latest update.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Aashik P – a11n

    (@aashik)

    Hi there!

    It is likely that the CSV is missing some data here.

    Here’s a sample CSV file you can try to format your file: https://github.com/woocommerce/woocommerce/blob/master/sample-data/sample_products.csv

    I follow the instructions in Product CSV Importer and Exporter – Documentation to import the attributes as well.

    Alternatively, you can create a new variable product on your store, complete with variations and attributes set up, and then export it to see the values you’d want to configure in the CSV that you’re importing.

    Thread Starter ekaljain

    (@ekaljain)

    is importing with parent id or parent SKU a different thing ? i tried particular data many times with parent id, it didnt work even if the other data with same data format worked out but then i tried with parent sku and it worked for me.

    Plugin Support Aashik P – a11n

    (@aashik)

    is importing with parent id or parent SKU a different thing ?

    Yes, it is. Basically, parent ID refers to the post ID, and it can be (will be, in most cases) different from site to site. If you’re updating an existing product, parent ID would work just the same, but since SKUs don’t change, they’re more reliable.

    I’m glad you were able to fix things by using SKU. I’ll mark this topic as solved for now. Please feel free to open a new topic if you have any other questions.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Product attributes not set for variation’ is closed to new replies.