2021-03-26 15:45:40 +03:00
[![No Maintenance Intended ](http://unmaintained.tech/badge.svg )](http://unmaintained.tech/)
2021-01-30 15:37:57 +03:00
[![Build Status ](https://github.com/retailcrm/magento-module/workflows/magento/badge.svg )](https://github.com/retailcrm/magento-module/actions)
[![Coverage ](https://img.shields.io/codecov/c/gh/retailcrm/magento-module/master.svg?logo=github )](https://codecov.io/gh/retailcrm/magento-module)
[![GitHub release ](https://img.shields.io/github/release/retailcrm/magento-module.svg?logo=codecov )](https://github.com/retailcrm/magento-module/)
2018-06-18 14:02:20 +03:00
[![PHP version ](https://img.shields.io/badge/PHP->=5.6-blue.svg?style=flat-square )](https://php.net/)
2021-03-26 15:45:40 +03:00
DEPRECATED Magento module
2015-10-23 13:39:37 +03:00
==============
2021-03-26 15:45:40 +03:00
**The module is deprecated and no longer supported**
2020-12-17 11:13:11 +03:00
Magento 2 module for interaction with [RetailCRM ](http://www.retailcrm.ru ) ([Documentation](https://docs.retailcrm.pro/Users/Integration/SiteModules/Magento) page)
2015-10-23 13:39:37 +03:00
Module allows:
2020-12-17 11:13:11 +03:00
* Exchange the orders data with RetailCRM
2018-03-12 16:34:48 +03:00
* Configure relations between dictionaries of retailCRM and Magento (statuses, payments, delivery types and etc)
2020-12-17 11:13:11 +03:00
* 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 15:09:59 +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:
2018-03-12 15:09:59 +03:00
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:
2018-03-12 16:34:48 +03:00
```bash
composer require retailcrm/api-client-php ~5.0
```
2019-09-26 16:39:02 +03:00
This module is compatible with Magento up to version 2.2.8