Import XML
-
My suppliers send me formats XML from Yandex. Like this
<categories>
<category id=”14933591″>Bags</category>
<category id=”27714271″ parentId=”14933591″>Woman Bags</category>
</categories>
And Offers separately
<offers>
<offer available=”true” id=”377637781″>
<price>249</price>
<categoryId>36080329</categoryId>
<picture>jpg.jpg</picture>
<name>Name example</name>
<description>description example</description>
</offer>
<offer available=”true” id=”383293682″>
<price>249</price>
<categoryId>27714271</categoryId>
<picture>jpg.jpg</picture>
<name>Name example</name>
<description>description example</description>
</offer>
</offers>This is not compatible with the requirement of plugin. What function will help me? I guess that some function if editor of plugin will help.
- The topic ‘Import XML’ is closed to new replies.