Magento integration plugin - DEPRECATED
5b6a9762d8
v2.3.1 |
||
---|---|---|
bin | ||
src | ||
.gitignore | ||
.travis.yml | ||
CHACNGELOG.md | ||
Makefile | ||
README.md | ||
README.ru.md | ||
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
-
Run into your project root directory:
-
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
-
Run into your project directory:
composer require retailcrm/api-client-php ~5.0
This module is compatible with Magento up to version 2.2.3