This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Easy Upload to Farpost

Description

Генерирует файл 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, но не тестировался там.

Screenshots

  • Страница настройки плагина
  • Файл выгрузки

Installation

This section describes how to install the plugin and get it working.

e.g.

  1. Upload the plugin files to the /wp-content/plugins/plugin-name directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use the Settings->Plugin Name screen to configure the plugin

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Easy Upload to Farpost” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0

  • Стартовая версия, поддерживает выгрузку всего каталога из WP eCommerce в файл xml, который принимает Farpost.ru

1.1

  • Добавлена поддержка выгрузки из Woocommerce
  • Устанены ошибки в работе админки

1.2

  • Добавлен флаг выгрузки товаров с нулевым кол-вом для Woocommerce
  • Проверка работы с последней версией WP