DmitryZagorulko 1ca1f31abc bug fixes and other changes (#8)
* [productId] replace to [offer][externalId]

* properties for items in order and in icml

* fix

* correct order creation

* correct url images

* skip orders with incorrect data

* create order with default payment and delivery, transfer order status from cms

* correct transfer discount

* correct delete items and discount
2017-04-05 17:56:26 +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%