OpenCart integration plugin
Go to file
Akolzin Dmitry 6b1cdd5d42 Update test
2018-07-31 17:22:29 +03:00
src/upload Исправлена ошибка при выгрузке заказа через админку, улучшена передача типа доставки, доработан дизайн страницы настроек, добавлена настройка передачи номера заказа 2018-07-31 17:17:36 +03:00
tests Update test 2018-07-31 17:22:29 +03:00
.gitignore Tests 2018-06-13 16:14:44 +03:00
.travis.yml Makefile, edit travis.yml 2018-06-13 17:35:29 +03:00
CHANGELOG.md Исправлена ошибка при выгрузке заказа через админку, улучшена передача типа доставки, доработан дизайн страницы настроек, добавлена настройка передачи номера заказа 2018-07-31 17:17:36 +03:00
composer.json Tests 2018-06-13 16:14:44 +03:00
composer.lock Tests 2018-06-13 16:14:44 +03:00
LICENSE Tests 2018-06-13 16:14:44 +03:00
Makefile Makefile, edit travis.yml 2018-06-13 17:35:29 +03:00
phpunit.xml.dist Makefile, edit travis.yml 2018-06-13 17:35:29 +03:00
README.md Update README.md 2018-06-18 14:05:15 +03:00
README.ru.md Update README.ru.md 2018-06-14 13:02:34 +03:00
RoboFile.php Edit Robofile 2018-06-13 17:18:06 +03:00
VERSION Исправлена ошибка при выгрузке заказа через админку, улучшена передача типа доставки, доработан дизайн страницы настроек, добавлена настройка передачи номера заказа 2018-07-31 17:17:36 +03:00

Build Status GitHub release PHP version

Opencart module

Module allows integrate CMS Opencart >= 2.3 with retailCRM

Previous versions:

v1.x

v2.x (2.0, 2.1, 2.2)

Features:

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

Install

Copy files to the site root

unzip master.zip
cp -r opencart-module/* /path/to/site/root

Setup

  • Go to Admin -> Extensions -> Modules -> retailCRM
  • Fill you api url & api key
  • Specify directories matching

Getting changes in orders

Add to cron:

*/5 * * * * /usr/bin/php /path/to/opencart/system/cron/history.php >> /path/to/opencart/system/storage/logs/cronjob_history.log 2>&1

Setting product catalog export

Add to cron:

* */4 * * * /usr/bin/php /path/to/opencart/system/cron/icml.php >> /path/to/opencart/system/storage/logs/cronjob_icml.log 2>&1

Your export file will be available by following url

http://youropencartsite.com/retailcrm.xml

Export existing orders and customers

You want to run this command onecly: /usr/bin/php /path/to/opencart/system/cron/export.php