Cette extension n’a pas été testée avec les3 dernières versions majeures de WordPress. Elle pourrait ne plus être maintenue ou supportée et peut présenter des erreurs de compatibilité quand elle est utilisée avec des versions récentes de 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, но не тестировался там.

Captures d’écran

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

Avis

Il n’y a aucun avis sur cette extension.

Contributeurs & développeurs

« Easy Upload to Farpost » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.

Contributeurs

Traduisez « Easy Upload to Farpost » dans votre langue.

Le développement vous intéresse ?

Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.

Historique des changements

1.0

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

1.1

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

1.2

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