2014-04-30 03:51:52 +04:00
|
|
|
|
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
|
2014-05-08 20:16:32 +04:00
|
|
|
|
* Configure relations between dictionaries of IntaroCRM and Prestashop (statuses, payments, delivery types and etc)
|
2014-04-30 03:51:52 +04:00
|
|
|
|
* Generate [ICML](http://docs.intarocrm.ru/index.php?n=Пользователи.ФорматICML) (IntaroCRM Markup Language) for catalog loading by IntaroCRM
|
|
|
|
|
|
|
|
|
|
Installation
|
|
|
|
|
-------------
|
|
|
|
|
|
2014-04-30 03:53:29 +04:00
|
|
|
|
### 1. Manual installation
|
2014-04-30 03:51:52 +04:00
|
|
|
|
|
|
|
|
|
|
2014-04-30 03:56:13 +04:00
|
|
|
|
#### Clone module.
|
2014-04-30 03:51:52 +04:00
|
|
|
|
```
|
2014-04-30 03:53:50 +04:00
|
|
|
|
git clone git@github.com:/intarocrm/prestashop-module.git
|
2014-04-30 03:51:52 +04:00
|
|
|
|
```
|
|
|
|
|
|
2014-04-30 03:56:13 +04:00
|
|
|
|
#### Create .zip file.
|
2014-04-30 03:51:52 +04:00
|
|
|
|
```
|
2015-07-20 18:02:55 +03:00
|
|
|
|
cd prestashop-module
|
|
|
|
|
zip -r retailcrm.zip retailcrm
|
2014-04-30 03:51:52 +04:00
|
|
|
|
```
|
2014-04-30 03:54:17 +04:00
|
|
|
|
|
2014-04-30 03:57:06 +04:00
|
|
|
|
#### Install via Admin interface.
|
2014-04-30 03:55:37 +04:00
|
|
|
|
|
2014-04-30 03:51:52 +04:00
|
|
|
|
|
2014-05-08 20:16:32 +04:00
|
|
|
|
Go to Modules -> Add module. After that upload your zipped module and activate it.
|