1
0
Fork 0
mirror of synced 2025-04-11 13:00:59 +00:00
magento-module/README.md
Akolzin Dmitry f7a0f9a3ae Readme
2018-03-12 15:09:59 +03:00

1 KiB

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