OpenCart integration plugin
Go to file
Ilyas Salikhov 28391f4134
Merge pull request #196 from DanielWeiser/master
closes #170; Add voucher cost to discount
2020-09-16 15:35:30 +03:00
.docker Unified address logic (#193) 2020-09-02 12:21:33 +03:00
src/upload closes #170; Add voucher cost to discount 2020-09-16 10:22:43 +03:00
tests closes #170; Add voucher cost to discount 2020-09-16 10:22:43 +03:00
.env-dist Unified address logic (#193) 2020-09-02 12:21:33 +03:00
.gitignore Fix bug with option name (#179) 2020-04-02 16:35:35 +03:00
.travis.yml Corporate clients support & ability to change customer 2020-08-07 12:39:59 +03:00
CHANGELOG.md Upgrade version 2020-09-16 14:24:31 +03:00
composer.json Unified address logic (#193) 2020-09-02 12:21:33 +03:00
docker-compose.yml Corporate clients support & ability to change customer 2020-08-07 12:39:59 +03:00
LICENSE Tests 2018-06-13 16:14:44 +03:00
Makefile Corporate clients support & ability to change customer 2020-08-07 12:39:59 +03:00
phpunit.xml.dist Corporate clients support & ability to change customer 2020-08-07 12:39:59 +03:00
README.md cron fixes, update version 2020-08-07 14:04:05 +03:00
README.ru.md Unified address logic (#193) 2020-09-02 12:21:33 +03:00
VERSION Upgrade version 2020-09-16 14:24:31 +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

Migrating to 4.* from early modules versions

Before you copy the files of module you will to remove the directory path/to/opencart/system/library/retailcrm

Getting changes in orders

Add to cron:

*/5 * * * * /usr/bin/php /path/to/opencart/system/library/retailcrm/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/library/retailcrm/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/library/retailcrm/cron/export.php