1
0
Fork 0
mirror of synced 2025-04-03 21:23:31 +03:00
This commit is contained in:
Akolzin Dmitry 2018-03-12 15:09:59 +03:00
parent 572701e60c
commit f7a0f9a3ae
2 changed files with 38 additions and 2 deletions

View file

@ -9,8 +9,17 @@ Module allows:
* Configure relations between dictionaries of RetailCRM and Magento (statuses, payments, delivery types and etc)
* Generate [ICML](http://www.retailcrm.ru/docs/Developers/ICML) (Intaro Markup Language) for catalog loading by RetailCRM
ICML
## 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://retailcrm.ru/retailcrm_default.xml
This module is compatible with Magento up to version 2.1.6
## Installing
1) 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`
2) Run into your project directory:
```bash
composer require retailcrm/api-client-php ~5.0
```
This module is compatible with Magento up to version 2.2.3

27
README.ru.md Normal file
View file

@ -0,0 +1,27 @@
Magento module
==============
Модуль Magento 2 для интеграции с [RetailCRM] (http://www.retailcrm.ru) через [REST API] (http://www.retailcrm.ru/docs/Developers/Index).
Модуль позволяет:
* Производить обмен заказами с retailCRM
* Настроить соответствие справочников RetailCRM и Magento (статусы, оплаты, типы доставки и т.д.)
* Создать [ICML] (http://www.retailcrm.ru/docs/Developers/ICML) (Intaro Markup Language) для загрузки каталога товаров в RetailCRM
## ICML
По умолчанию ICML-файл генерируется модулем каждые 4 часа. Вы можете найти файл в корневой папке с именем «retailcrm_{{shop_code}}.xml". Например, http://retailcrm.ru/retailcrm_default.xml
## Ручная установка
1) Распакуйте архив с модулем в директорию "app/code/Retailcrm/Retailcrm". В файле "app/etc/config.php" в массив `modules` добавьте элемент `'Retailcrm_Retailcrm' => 1`
2) Выполните в папке проекта:
```bash
composer require retailcrm/api-client-php ~5.0
```
В конфиг `composer.json` вашего проекта будет добавлена библиотека `retailcrm/api-client-php`, которая установится в папку `vendor/`.
Этот модуль совместим с Magento 2 до версии 2.2.3