OpenCart integration plugin
Go to file
2016-12-28 20:24:27 +04:00
admin fix generatedAt 2016-12-28 20:24:27 +04:00
catalog fix createdAt and email 2016-10-14 18:13:16 +03:00
system v4, offers, customers 2016-08-31 17:28:11 +03:00
Changelog.md v0.3.0 2016-01-29 18:04:48 +03:00
LICENSE Update LICENSE 2015-02-02 16:21:38 +03:00
README.md v4, offers, customers 2016-08-31 17:28:11 +03:00
README.ru.md v4, offers, customers 2016-08-31 17:28:11 +03:00

Opencart module

Module allows integrate CMS Opencart 2.x with retailCRM

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/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/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