Akolzin Dmitry 3d3d55a9d1 Bug fixes in customer search (#27)
* multi module for api v4, v5

* bug fix empty payment in history

* add module key for marketplace

* fix for validation on marketplace, edit validation form for saving settings

* Bug fix

* Bug fixes in customer search
2018-01-12 12:51:46 +03:00
2015-02-02 16:21:23 +03:00
2016-03-14 23:05:20 +03:00
2016-08-29 15:59:19 +03:00

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

Single orders archive export to RetailCRM

/usr/bin/php /path/to/your/site/modules/retailcrm/job/export.php
Description
PrestaShop integration plugin
Readme MIT 7 MiB
Languages
JavaScript 52.3%
PHP 47.2%
Shell 0.2%
Smarty 0.1%
Makefile 0.1%