1
0
mirror of synced 2024-11-21 20:46:06 +03:00
Magento integration plugin - DEPRECATED
Go to file
Akolzin Dmitry 3b6430cf7d Refactoring
2018-04-28 11:59:43 +03:00
Api Refactoring 2018-04-28 11:59:43 +03:00
ApiClient Refactoring 2018-04-28 11:59:43 +03:00
Block Refactoring 2018-04-28 11:59:43 +03:00
Controller Refactoring 2018-04-28 11:59:43 +03:00
Cron Refactoring 2018-04-28 11:59:43 +03:00
etc Refactoring 2018-04-28 11:59:43 +03:00
Helper Refactoring 2018-04-28 11:59:43 +03:00
Model Refactoring 2018-04-28 11:59:43 +03:00
Test/Unit/Observer Refactoring 2018-04-28 11:59:43 +03:00
view v2.0 2017-05-31 15:24:46 +03:00
.gitignore Refactoring 2018-04-28 11:59:43 +03:00
composer.json Refactoring 2018-04-28 11:59:43 +03:00
LICENSE Configuration interface, Observer, ICML generator 2015-02-11 16:02:59 +03:00
README.md Readme 2018-04-28 11:59:43 +03:00
README.ru.md Readme 2018-04-28 11:59:43 +03:00
registration.php Refactoring 2018-04-28 11:59:43 +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:

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