1
0
mirror of synced 2024-11-25 14:36:08 +03:00
magento-module/README.md

30 lines
1000 B
Markdown
Raw Normal View History

2015-10-23 13:39:37 +03:00
Magento module
==============
2018-03-12 16:34:48 +03:00
Magento 2 module for interaction with [retailCRM](http://www.retailcrm.ru).
2015-10-23 13:39:37 +03:00
Module allows:
2018-03-12 16:34:48 +03:00
* Exchange the orders data with retailCRM
* 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
2015-10-23 13:39:37 +03:00
2018-03-12 16:34:48 +03:00
### ICML
2016-09-02 16:08:25 +03:00
2018-03-12 16:34:48 +03:00
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
2017-06-02 10:32:20 +03:00
2018-03-12 16:34:48 +03:00
### Manual install
1) Run into your project root directory:
```bash
composer require retailcrm/api-client-php ~5.0
```
2) Unpack the archive with the module into the `app/code/Retailcrm/Retailcrm` directory.
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