Генерирует файл xml с товарами из Woocommerce или WP eCommerce в формате выгрузки для
Farpost.ru . Файл автоматически обновляется каждый час, используя для вызова задачи базовый Cron вордпреса.
Шаблон выгрузки
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE yml_catalog SYSTEM "shops.dtd">
<yml_catalog date="2010-04-01 17:00">
<shop>
<offers>
<offer id="ID">
<name>ИМЯ</name>
<description>ОПИСАНИЕ</description>
<price>ЦЕНА</price>
<currencyId>RUR</currencyId>
<SKU>SKU</SKU>
<picture>ССЫЛКА</picture>
</offer>
</offers>
</shop>
</yml_catalog>
Плагин автоматически определяет установленный магазин (Woocommerce или WP eCommerce);
В настройках можно указать имя файла и выгрузить товары принудительно.
Плагин не использует специфические функции последних версий WP и должнен работать на более старых версиях, чем 4.8, но не тестировался там.
This section describes how to install the plugin and get it working.
e.g.
- Upload the plugin files to the
/wp-content/plugins/plugin-name
directory, or install the plugin through the WordPress plugins screen directly.
- Activate the plugin through the 'Plugins' screen in WordPress
- Use the Settings->Plugin Name screen to configure the plugin