Partial import of variable products in woocommerce from a csv file
-
I’m having a problem importing a csv file into woocommerce. The file contains about 400 variable products with 4000 variations inside.
The first part of products is imported regularly. The second part, approximately in the middle of the sheet, is imported without the tick on “use for variations”. The file is generated by a VBA script, so all lines are generated identically, from top to bottom.
Checking the wp_wc_order_product_lookup table, in the is_variation column, for correctly imported products there is a 1, for those imported badly there is 0.
Is there any solution to this problem? I have seen that several people have a similar problem, but it involves all lines. Instead in my case the bad import affects only half of them. Cells from lines 1482 to 2760 are skipped. Each time the import is done, they are always the same. But there is nothing different from the others. I also tried to change the Is_variation column from 0 to 1 from SQL for badly imported products, but after a while the values ??return to 0. What to do?
- The topic ‘Partial import of variable products in woocommerce from a csv file’ is closed to new replies.