Problem with category hierarchy
-
<product>
<ean>0043|85715167804</ean>
<name>Abercrombie & Fitch Naturally Fierce парфюмна вода за жени 50 ml</name>
<brand>Abercrombie & Fitch</brand>
<gender>За жени</gender>
<presentation>Редовен</presentation>
<category>Аромат</category>
<subcategory>Парфюми</subcategory>
<subsubcategory>Парфюмна вода</subsubcategory>
<price>29.70</price>
<rrp>68.90</rrp>
<image>https://www.mewse.ro/images/produse/abercrombie-fitch-naturally-fierce-eau-de-parfum-for-women-50-ml--1670932039.jpg</image>
<stock>7</stock>
<id>94339</id>
</product>Hello people, i have the following problem with importing products which are quite different in categories. Products are imported without issue, but are not assigned to the correct categories. Assign-vat to the lowest is the hierarchical category as all genera in the same, and I have the category tree is very large. I have 1 main category. about 10 subcategories and 60 subsubcategories.
My XML looks like this:
<product>
<ean>0043|85715167804</ean>
<name>Abercrombie & Fitch Naturally Fierce парфюмна вода за жени 50 ml</name>
<brand>Abercrombie & Fitch</brand>
<gender>За жени</gender>
<presentation>Редовен</presentation>
<category>Аромат</category>
<subcategory>Парфюми</subcategory>
<subsubcategory>Парфюмна вода</subsubcategory>
<price>29.70</price>
<rrp>68.90</rrp>
<image>https://www.mewse.ro/images/produse/abercrombie-fitch-naturally-fierce-eau-de-parfum-for-women-50-ml--1670932039.jpg</image>
<stock>7</stock>
<id>94339</id>
</product>
This is how I do it.
And the result is this:
The problem is this:
Last one subsubcategory – “Текстилна чанта GWP” must be in category – > Козметика -> Мода -> Подаръци – > Текстилна чанта GWP;
This happens with all sub sub categories. It nests them all in the first parent category created.
Can someone please help and give me an idea how to wrap it so that it creates categories, subcategories and subsubcategories dynamically and correctly and not nesting them in the first parent category created.
I am using WP All Import Pro Version 4.9.4 And WP All Import – WooCommerce Import Add-On Pro Version 4.0.0
The topic ‘Problem with category hierarchy’ is closed to new replies.