1
0
mirror of synced 2024-11-21 20:46:06 +03:00
Magento integration plugin - DEPRECATED
Go to file
2020-05-18 16:34:25 +03:00
bin Save config dinamic fields 2020-05-18 12:19:01 +03:00
src Save config dinamic fields 2020-05-18 12:19:01 +03:00
.gitignore Save config dinamic fields 2020-05-18 12:19:01 +03:00
.travis.yml update travis config (#32) 2020-05-18 16:34:25 +03:00
CHANGELOG.md fix version & travis config 2019-10-17 13:40:32 +03:00
Makefile update travis config (#32) 2020-05-18 16:34:25 +03:00
README.md Поддержка функции добавления одинакового товара в заказ как разные товарные позиции из CRM 2019-09-26 16:39:02 +03:00
README.ru.md Поддержка функции добавления одинакового товара в заказ как разные товарные позиции из CRM 2019-09-26 16:39:02 +03:00
VERSION fix version & travis config 2019-10-17 13:40:32 +03:00

Build Status GitHub release PHP version

Magento module

Magento 2 module for interaction with retailCRM.

Module allows:

  • Exchange the orders data with retailCRM
  • Configure relations between dictionaries of retailCRM and Magento (statuses, payments, delivery types and etc)
  • Generate ICML (Intaro Markup Language) export file for catalog loading by retailCRM

ICML

By default ICML file is being generated by module every 4 hours. You can find file in the web root folder with name "retailcrm_{{shop_code}}.xml". For example, http://example.org/retailcrm_default.xml

Manual install

  1. Run into your project root directory:

  2. Unpack the archive with the module in the directory "app/code/Retailcrm/Retailcrm". In the file "app/etc/config.php" in array modules add an element 'Retailcrm_Retailcrm' => 1

  3. Run into your project directory:

composer require retailcrm/api-client-php ~5.0

This module is compatible with Magento up to version 2.2.8