2020-07-15 12:28:02 +03:00
2020-07-15 12:28:02 +03:00
2020-04-10 11:51:17 +03:00
2020-04-02 16:35:35 +03:00
2020-02-20 15:26:18 +03:00
2018-06-13 16:14:44 +03:00
2020-02-20 15:26:18 +03:00
2020-02-19 21:51:17 +03:00
2018-06-14 13:02:34 +03:00

Build Status Coverage 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

Description
OpenCart integration plugin
Readme MIT 1.7 MiB
Languages
PHP 78.7%
Twig 11.6%
Smarty 8.9%
Dockerfile 0.4%
Makefile 0.2%
Other 0.1%