D
D
DmitryNs2019-03-28 14:29:34
XML
DmitryNs, 2019-03-28 14:29:34

Import woocommerce products via All Import (wordpress) plugin?

I import products through the All Import plugin by url. Parent elements are imported correctly. Every parent has related products

<product>
 <id>1</id>
 <name>Parent</name>
 <childs>
   <child>
     <id>10</id>
     <name>Child</name>
   </child>
 </childs>
</product>

and adding {childs[1]/child[1]/name[1]} to the Up-Sells field imports one first child element.
The problem is that the parent has a lot of related products and when adding others, separated by commas,
{childs[1]/child[1]/name[1]},{childs[1]/child[2]/name[1]},{childs[1]/child[3]/name[1]}

only the first child element {childs[1]/child[1]/name[1]} is imported.
Screenshot:
0eb22ff349.png
Has anyone experienced this?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question