Skip to content

azgalot/prestashop-module

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

PrestaShop integration extension

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%