Module allows integrate CMS Opencart >= 2.3 with RetailCRM
- Export orders to RetailCRM & fetch changes back
- Export product catalog into ICML format
Copy files to the site root
unzip master.zip
cp -r opencart-module/src/* /path/to/site/root
- Go to Admin -> Extensions -> Modules -> RetailCRM
- Fill you api url & api key
- Specify directories matching
Before you copy the files of module you will to remove the directory path/to/opencart/system/library/retailcrm
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
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
You want to run this command onecly: /usr/bin/php /path/to/opencart/system/library/retailcrm/cron/export.php