mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-04-08 19:32:02 +00:00
PrestaShop integration plugin
intarocrm | ||
composer.json | ||
composer.lock | ||
LICENSE | ||
README.md |
Prestashop module
Prestashop module for interaction with IntaroCRM through REST API.
Module allows:
- Send to IntaroCRM new orders
- Configure relations between dictionaries of IntaroCRM and Prestashop (statuses, payments, delivery types and etc)
- Generate ICML (IntaroCRM Markup Language) for catalog loading by IntaroCRM
Installation
1. Manual installation
Clone module.
git clone git@github.com:/intarocrm/prestashop-module.git
Install Rest API Client.
Install api-client-php via composer
cd prestashop-module
/path/to/composer.phar install
Create .zip file.
zip -r intarocrm.zip intarocrm
Install via Admin interface.
Go to Modules -> Add module. After that upload your zipped module and activate it.