• anduril3019

    (@anduril3019)


    In a Woocommerce product listing, there are several meta data items that have sub categories under them (sorry if that’s not the right term, I don’t know what else to call them). I can get a list of all the meta data headings and a typical item looks like this:

    _regular_price and _thumbnail_id being column headings, and “125” and “3416” being the corresponding data for a particular product.

    However, I have meta data headings that show like this:

    _upsell_ids being the column head with “? 0” being the first upsell product with ID “3816” and “? 1” being the second upsell product with ID “3810”.

    Exporting to CSV only gives me the main heading of _upsell_id, but i can’t figure out how to structure the CSV to upload the ? 0 and ? 1 fields.

    Anyone know how to do this, or if it’s possible?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter anduril3019

    (@anduril3019)

    Embeded images didn’t upload, reference images of meta data:

    _________

    • This reply was modified 10 months ago by anduril3019.

    Hey there, @anduril3019! Thanks for contacting us. I’m happy to help you.

    Do you mind clarifying things for us?

    Exporting to CSV only gives me the main heading of _upsell_id, but i can’t figure out how to structure the CSV to upload the ? 0 and ? 1 fields.

    I just tested exporting a product with 3 upsells, and they showed on the CSV file. But it used the product SKU, not the product ID, it also does not show as fields 0 and 1, it just lists the SKUs on the collum.

    Are you using the default WooCommerce product exporter, which means going to Products > Export or are you using another plugin to export the CSV? Or maybe you are exporting this another way?

    Looking forward to your reply.

    Have a wonderful day!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to Import by CSV meta data that has sub-levels?’ is closed to new replies.