Update document links (#166)
This commit is contained in:
parent
ae16e5b0f0
commit
4a5c5d6fd2
@ -6,15 +6,17 @@
|
|||||||
Bitrix module
|
Bitrix module
|
||||||
=============
|
=============
|
||||||
|
|
||||||
Bitrix module for interaction with [RetailCRM](http://www.retailcrm.ru) through [REST API](http://www.retailcrm.ru/docs/Developers/Index).
|
Bitrix module for interaction with [RetailCRM](http://www.retailcrm.ru)
|
||||||
|
|
||||||
Module allows:
|
Module allows:
|
||||||
|
|
||||||
* Exchange the orders with RetailCRM
|
* Exchange the orders with RetailCRM
|
||||||
* Configure relations between dictionaries of RetailCRM and Bitrix (statuses, payments, delivery types and etc)
|
* Configure relations between dictionaries of RetailCRM and Bitrix (statuses, payments, delivery types and etc)
|
||||||
* Generate [ICML](http://www.retailcrm.ru/docs/Developers/ICML) (Intaro Markup Language) for catalog loading by RetailCRM
|
* Generate [ICML](https://docs.retailcrm.ru/ru/Developers/modules/ICML) (Intaro Markup Language) for catalog loading by RetailCRM
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
You should install module through [Bitrix.Marketplace](http://marketplace.1c-bitrix.ru/solutions/intaro.retailcrm/).
|
You should install module through [Bitrix.Marketplace](http://marketplace.1c-bitrix.ru/solutions/intaro.retailcrm/).
|
||||||
|
|
||||||
|
[Setup guide](https://docs.retailcrm.ru/ru/Users/Integration/SiteModules/1CBitrix)
|
||||||
|
@ -3,10 +3,6 @@
|
|||||||
* PHP version 7.0
|
* PHP version 7.0
|
||||||
*
|
*
|
||||||
* @category Integration
|
* @category Integration
|
||||||
* @author RetailCRM <integration@retailcrm.ru>
|
|
||||||
* @license http://retailcrm.ru Proprietary
|
|
||||||
* @link http://retailcrm.ru
|
|
||||||
* @see http://help.retailcrm.ru
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (file_exists(__DIR__ . '/../vendor/autoload.php')) {
|
if (file_exists(__DIR__ . '/../vendor/autoload.php')) {
|
||||||
|
Loading…
Reference in New Issue
Block a user