How to import Products with Categories correctly?
When I export products with their categories I get a file with:
olumn-headers:
- 'categ_id': for admin Product category
- 'pos_categ_ids': for POS categories
- 'public_categ_ids': for E-commerce categories
Column-content:
- for all 3 columns: 'Parent Category / Category' (category path with ' / ')
- for POS and E-commerce categories: multiple paths joined by ','
But when I try to import new products with exactly the same settings and paths I get this error:
"No matching records found for the following name in the field ...category:"
How to solve this?
Yes. I am happy to help you.