1
0
Fork 0
mirror of synced 2025-04-06 06:33:31 +03:00
Magento integration plugin - DEPRECATED
Find a file
2018-03-12 15:33:17 +03:00
Block Multiversions api 2018-03-12 11:16:52 +03:00
Controller Multiversions api 2018-03-12 11:16:52 +03:00
Cron Multiversions api 2018-03-12 11:16:52 +03:00
etc Multiversions api 2018-03-12 11:16:52 +03:00
Helper Multiversions api 2018-03-12 11:16:52 +03:00
Log v2.0 2017-05-31 15:24:46 +03:00
Model Multiversions api 2018-03-12 11:16:52 +03:00
Test/Unit/Observer Multiversions api 2018-03-12 11:16:52 +03:00
view v2.0 2017-05-31 15:24:46 +03:00
composer.json Multiversions api 2018-03-12 11:16:52 +03:00
LICENSE Configuration interface, Observer, ICML generator 2015-02-11 16:02:59 +03:00
README.md Update README.md 2018-03-12 15:33:17 +03:00
README.ru.md Update README.ru.md 2018-03-12 15:32:09 +03:00
registration.php v2.0 2017-05-31 15:24:46 +03:00

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:
composer require retailcrm/api-client-php ~5.0
  1. Unpack the archive with the module into the app/code/Retailcrm/Retailcrm directory.

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