1
0
Fork 0
mirror of synced 2025-04-06 06:33:31 +03:00
Magento integration plugin - DEPRECATED
Find a file
Akolzin Dmitry f7a0f9a3ae Readme
2018-03-12 15:09:59 +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 Readme 2018-03-12 15:09:59 +03:00
README.ru.md Readme 2018-03-12 15:09:59 +03:00
registration.php v2.0 2017-05-31 15:24:46 +03:00

Magento module

Magento 2 module for interaction with RetailCRM through REST API.

Module allows:

  • Exchange the orders with retailCRM
  • Configure relations between dictionaries of RetailCRM and Magento (statuses, payments, delivery types and etc)
  • Generate ICML (Intaro Markup Language) 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://retailcrm.ru/retailcrm_default.xml

Installing

  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:

composer require retailcrm/api-client-php ~5.0

This module is compatible with Magento up to version 2.2.3