melvad
Forum Replies Created
Viewing 2 replies - 1 through 2 (of 2 total)
-
Hi
Official documentation https://yandex.ru/support/market-distr/product-feed.html
<?xml version="1.0" encoding="UTF-8"?> <yml_catalog date="YYYY-MM-DD hh:mm"> <shop> <name>Yandex Market</name> <company>Yandex</company> <url>https://market.yandex.ru/</url> <currencies> <currency id="RUB" rate="1"/> </currencies> <categories> <category id="90401">Все товары</category> <category id="198118" parentId="90401">Бытовая техника</category> <category id="198119" parentId="90401">Электроника</category> ... </categories> <offers> <offer id="..." available="true"> <name>...</name> <price>...</price> <currencyId>RUB</currencyId> <categoryId>...</categoryId> <picture>...</picture> <url>...</url> <group_id>...</group_id> <vendor>...</vendor> <oldprice>...</oldprice> <description>...</description> <barcode>...</barcode> ... <barcode>...</barcode> <param name="...">...</param> ... <param name="...">...</param> </offer> ... </offers> </shop> </yml_catalog>Hello
Version : 5.4.30
The problem is actual.
XML is output in the wrong format.
I’m using the regular non-PRO version.
Viewing 2 replies - 1 through 2 (of 2 total)