PrestaShop integration plugin
Find a file
2020-04-14 11:49:30 +03:00
.docker fix require path 2020-03-04 23:37:17 +03:00
retailcrm fix discount rounding 2020-04-14 11:49:30 +03:00
tests fix require path 2020-03-04 23:37:17 +03:00
.gitignore [feature] Manual orders upload 2019-05-28 15:50:39 +03:00
.travis.yml update deploy 2020-03-05 10:41:50 +03:00
CHANGELOG.md bump version 2019-10-29 10:56:59 +03:00
docker-compose.yml fix require path 2020-03-04 23:37:17 +03:00
LICENSE Update LICENSE 2015-02-02 16:21:23 +03:00
Makefile update deploy 2020-03-05 10:41:50 +03:00
phpunit.xml.dist update phpunit config 2020-03-04 17:59:20 +03:00
README.md Update README.md 2020-03-05 12:14:15 +03:00
README.ru.md Добавлены переводы 2019-01-22 10:12:42 +03:00
VERSION bump version 2019-10-29 10:56:59 +03:00

Build Status Coverage GitHub release PHP version

Prestashop module

Module allows integrate CMS Prestashop with retailCRM

Features:

  • Export orders to retailCRM & fetch changes back
  • Export product catalog into ICML format

Setup

  • Go to module setup page
  • Fill you api url & api key
  • Specify directories matching

Setting product catalog export

Add to cron:

* */4 * * * /usr/bin/php /path/to/your/site/modules/retailcrm/job/icml.php

Getting changes in orders

Add to cron:

*/7 * * * * /usr/bin/php /path/to/your/site/modules/retailcrm/job/sync.php

Receiving balances from retailCRM

Add to cron:

*/15 * * * * /usr/bin/php /path/to/your/site/modules/retailcrm/job/inventories.php

Single orders archive export to retailCRM

/usr/bin/php /path/to/your/site/modules/retailcrm/job/export.php