mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-03-02 19:33:14 +03:00
* 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
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
Languages
JavaScript
52.3%
PHP
47.2%
Shell
0.2%
Smarty
0.1%
Makefile
0.1%