Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Easy Upload to Farpost

Beschrijving

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

Schermafbeeldingen

Installatie

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

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“Easy Upload to Farpost” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “Easy Upload to Farpost” in je eigen taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

1.0

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

1.1

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

1.2

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