1
0
mirror of synced 2024-12-04 19:06:03 +03:00
Внимание! Данный модуль устарел, не рекомендуется для использования с последними версиями UMI.CMS
Go to file
2016-12-06 14:43:11 +04:00
classes/modules/RetailCRM Delete RetailcrmApiClient.php 2016-12-06 14:43:11 +04:00
images/cms/admin init 2016-11-22 18:02:37 +03:00
LICENSE init 2016-11-22 18:02:37 +03:00
README.md init 2016-11-22 18:02:37 +03:00
README.ru.md init 2016-11-22 18:02:37 +03:00

UMI.CMS module

Module allows integrate UMI.CMS with RetailCRM

Features:

  • Export orders to retailCRM & fetch changes back
  • Export product catalog into ICML format

Setup

  • Copy directories "classes" & "images" into document root
  • Go to /admin/config/modules
  • Into "Modules" tab fill installation script path (classes/modules/RetailCRM/install.php)
  • Press setup button
  • Go to module page
  • Fill you api url & api key
  • Specify directories matching

Setting product catalog export

Add to cron:

* */4 * * * /usr/bin/php /path_to_site/public_html/cron.php RetailCRM icml

Getting changes in orders

Add to cron:

*/7 * * * * /usr/bin/php /path_to_site/public_html/cron.php RetailCRM history