1
0
mirror of synced 2024-11-22 13:06:07 +03:00
This commit is contained in:
Akolzin Dmitry 2018-03-12 15:09:59 +03:00
parent 682fcb8545
commit dd515492ab
2 changed files with 20 additions and 4 deletions

View File

@ -9,14 +9,18 @@ Module allows:
* Configure relations between dictionaries of retailCRM and Magento (statuses, payments, delivery types and etc) * 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) export file for catalog loading by retailCRM * Generate [ICML](http://www.retailcrm.ru/docs/Developers/ICML) (Intaro Markup Language) export file 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://example.org/retailcrm_default.xml 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 ### Manual install
1) Run into your project root directory: 1) Run into your project root directory:
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 ```bash
composer require retailcrm/api-client-php ~5.0 composer require retailcrm/api-client-php ~5.0
``` ```
@ -25,5 +29,4 @@ composer require retailcrm/api-client-php ~5.0
3) Change `app/etc/config.php` file by adding `'Retailcrm_Retailcrm' => 1` line into `modules` array 3) Change `app/etc/config.php` file by adding `'Retailcrm_Retailcrm' => 1` line into `modules` array
This module is compatible with Magento up to version 2.2.3 This module is compatible with Magento up to version 2.2.3

View File

@ -1,5 +1,4 @@
Magento module Magento module
==============
Модуль Magento 2 для интеграции с [retailCRM](http://www.retailcrm.ru). Модуль Magento 2 для интеграции с [retailCRM](http://www.retailcrm.ru).
@ -17,6 +16,19 @@ Magento module
1) Находясь в корневой директории проекта выполните команду: 1) Находясь в корневой директории проекта выполните команду:
* Настроить соответствие справочников 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 ```bash
composer require retailcrm/api-client-php ~5.0 composer require retailcrm/api-client-php ~5.0
``` ```
@ -28,4 +40,5 @@ composer require retailcrm/api-client-php ~5.0
В конфигурационный файл `composer.json` вашего проекта будет добавлена библиотека [retailcrm/api-client-php](https://github.com/retailcrm/api-client-php), которая будет установлена в директорию `vendor/`. В конфигурационный файл `composer.json` вашего проекта будет добавлена библиотека [retailcrm/api-client-php](https://github.com/retailcrm/api-client-php), которая будет установлена в директорию `vendor/`.
Этот модуль совместим с Magento 2 до версии 2.2.3 Этот модуль совместим с Magento 2 до версии 2.2.3