OpenCart integration plugin
Go to file
2014-08-18 18:14:04 +04:00
admin add cli extension for running cron, add orderHistory method for data exchange 2014-08-18 18:14:04 +04:00
catalog/controller/export add cli extension for running cron, add orderHistory method for data exchange 2014-08-18 18:14:04 +04:00
example/catalog/model/checkout add cli extension for running cron, add orderHistory method for data exchange 2014-08-18 18:14:04 +04:00
system/library/intarocrm add cli extension for running cron, add orderHistory method for data exchange 2014-08-18 18:14:04 +04:00
README.md add cli extension for running cron, add orderHistory method for data exchange 2014-08-18 18:14:04 +04:00

Opecart module

Opencart module for interaction with IntaroCRM through REST API.

Module allows:

  • Send to IntaroCRM new orders
  • Configure relations between dictionaries of IntaroCRM and Opencart (statuses, payments, delivery types and etc)
  • Generate ICML (IntaroCRM Markup Language) for catalog loading by IntaroCRM

Installation

1. Manual installation

Clone module.

git clone git@github.com:/intarocrm/opencart-module.git

Install Rest API Client.

cd opencart-module/system/library/intarocrm
./composer.phar install

Install module

cp -r opencart-module/* /path/to/opecart/instance

Activate via Admin interface.

Go to Modules -> Intstall module.

Export

Catalog export script will be here

/index.php?route=export/intarocrm

Exchange setup

Look into example folder

TODO

  • Edit order hook
  • Export old customers & orders
  • Generate static xml
  • New customers export