1
0
mirror of synced 2024-11-22 04:56:07 +03:00
magento-module/README.md
2018-03-12 16:34:48 +03:00

1000 B

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