mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-03-02 19:33:14 +03:00
38 lines
908 B
Markdown
38 lines
908 B
Markdown
Prestashop module
|
||
=============
|
||
|
||
Prestashop module for interaction with [IntaroCRM](http://www.intarocrm.com) through [REST API](http://docs.intarocrm.ru/rest-api/).
|
||
|
||
Module allows:
|
||
|
||
* Send to IntaroCRM new orders
|
||
* Configure relations between dictionaries of IntaroCRM and Bitrix (statuses, payments, delivery types and etc)
|
||
* Generate [ICML](http://docs.intarocrm.ru/index.php?n=Пользователи.Формат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
|
||
|
||
```
|
||
cd prestashop-module
|
||
composer update
|
||
```
|
||
|
||
##### Create .zip file
|
||
```
|
||
zip -r intarocrm.zip intarocrm
|
||
```
|
||
###### Install module via Admin interface
|
||
|
||
Go to Admin -> Modules -> Add module. After that upload your .zip archive and activate module.
|
||
|