mirror of
https://github.com/retailcrm/opencart-module.git
synced 2024-11-22 13:16:07 +03:00
a84925fd19
update logs derictory: README.ru.md add coupon processing: admin/model/extension/retailcrm/history.php add coupon processing: catalog/controller/extension/module/retailcrm.php add coupon processing: catalog/model/extension/retailcrm/order.php
1.3 KiB
1.3 KiB
Opencart module
Module allows integrate CMS Opencart >= 2.3 with retailCRM
Previous versions:
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