CSV Import Category Issue
-
Running WordPress 4.9.6 and Woocommerce 3.4.3
I’m importing thousands of products (cornhole boards, bags, and other items) and creating categories as they import.I’ve run into an issue with the categories and wonder if this is a bug or if I’m doing something wrong.
The issue is that a lot of these products are sports based so I have category trees based on product type > league > team. But I also need to see all products for a team.
Based on that I’ve tried to setup the category field in the import file similar to the following:
“Bean Bags > NFL > Atlanta Falcons,NFL > Atlanta Falcons”
“Board Sets > NFL > Atlanta Falcons,NFL > Atlanta Falcons”But what appears to be happening is that it is finding that NFL > Atlanta Falcons already exists under Bean Bags so rather than creating the new parent category NFL it just assigns it under the Bean Bags > NFL category.
How can I get it to create NFL as both a subcategory of a product type AND also as a parent category?
- The topic ‘CSV Import Category Issue’ is closed to new replies.