1
0
mirror of synced 2024-11-21 20:46:06 +03:00
Magento integration plugin - DEPRECATED
Go to file
2019-10-17 13:15:24 +03:00
bin Added script.sh, updated travis config 2018-05-15 16:44:45 +03:00
src Fix test 2019-03-21 10:37:20 +03:00
.gitignore Refactoring 2018-04-28 11:59:43 +03:00
.travis.yml Update .travis.yml 2019-10-17 13:15:24 +03:00
CHACNGELOG.md Update CHACNGELOG.md 2019-10-17 13:10:42 +03:00
Makefile Update Makefile 2018-06-14 12:11:29 +03:00
README.md Update README, update tests 2018-08-21 10:47:31 +03:00
README.ru.md Update README, update tests 2018-08-21 10:47:31 +03:00
VERSION Update VERSION 2019-10-17 13:11:00 +03:00

Build Status GitHub release PHP 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

  1. Run into your project root directory:

  2. 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

  3. 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