1
0
mirror of synced 2025-02-19 21:53:13 +03:00
Akolzin Dmitry 7b3b49e563 Fix test
2019-03-21 10:37:20 +03:00
2019-03-21 10:37:20 +03:00
2018-04-28 11:59:43 +03:00
2019-02-12 15:35:53 +03:00
2018-06-14 12:11:29 +03:00
2018-08-21 10:47:31 +03:00
2018-08-21 10:47:31 +03:00
2019-02-12 15:35:53 +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

Description
Magento integration plugin - DEPRECATED
Readme 442 KiB
Languages
PHP 98.8%
Shell 0.6%
HTML 0.3%
Makefile 0.3%