From fde49c3c9ca33c923ce472f0f81340dd16ae3703 Mon Sep 17 00:00:00 2001 From: Ilyas Salikhov Date: Sat, 1 Nov 2014 14:52:40 +0300 Subject: [PATCH] Change IntaroCRM to retailCRM --- README.md | 10 +++---- .../install/export/intarocrm_run.php | 2 +- .../install/export/intarocrm_setup.php | 2 +- intaro.intarocrm/install/step2.php | 30 +++++++++---------- .../lang/ru/icml_export_setup.php | 2 +- intaro.intarocrm/lang/ru/install/index.php | 8 ++--- intaro.intarocrm/lang/ru/install/step1.php | 12 ++++---- intaro.intarocrm/lang/ru/install/step2.php | 6 ++-- intaro.intarocrm/lang/ru/install/step3.php | 6 ++-- intaro.intarocrm/lang/ru/install/step4.php | 2 +- intaro.intarocrm/lang/ru/install/step5.php | 4 +-- intaro.intarocrm/lang/ru/install/step6.php | 6 ++-- intaro.intarocrm/lang/ru/options.php | 10 +++---- 13 files changed, 50 insertions(+), 50 deletions(-) diff --git a/README.md b/README.md index 6550f2bb..fb894c0b 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ Bitrix module ============= -Bitrix module for interaction with [IntaroCRM](http://www.intarocrm.com) through [REST API](http://docs.intarocrm.ru/rest-api/). +Bitrix module for interaction with [retailCRM](http://www.retailcrm.ru) through [REST API](http://docs.retailcrm.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 +* Exchange the orders with retailCRM +* Configure relations between dictionaries of retailCRM and Bitrix (statuses, payments, delivery types and etc) +* Generate [ICML](http://docs.retailcrm.ru/index.php?n=Разработчики.ФорматICML) (Intaro Markup Language) for catalog loading by retailCRM Installation ------------- -You should install module through [Bitrix.Marketplace](http://marketplace.1c-bitrix.ru). +You should install module through [Bitrix.Marketplace](http://marketplace.1c-bitrix.ru/solutions/intaro.intarocrm/). diff --git a/intaro.intarocrm/install/export/intarocrm_run.php b/intaro.intarocrm/install/export/intarocrm_run.php index 35313159..26b789f8 100644 --- a/intaro.intarocrm/install/export/intarocrm_run.php +++ b/intaro.intarocrm/install/export/intarocrm_run.php @@ -1,3 +1,3 @@ IntaroCRM +//retailCRM require($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/intaro.intarocrm/export/export_run.php"); \ No newline at end of file diff --git a/intaro.intarocrm/install/export/intarocrm_setup.php b/intaro.intarocrm/install/export/intarocrm_setup.php index b2297fb0..da2957c8 100644 --- a/intaro.intarocrm/install/export/intarocrm_setup.php +++ b/intaro.intarocrm/install/export/intarocrm_setup.php @@ -1,3 +1,3 @@ IntaroCRM +//retailCRM require($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/intaro.intarocrm/export/export_setup.php"); \ No newline at end of file diff --git a/intaro.intarocrm/install/step2.php b/intaro.intarocrm/install/step2.php index d8e12cb3..f1a46f47 100755 --- a/intaro.intarocrm/install/step2.php +++ b/intaro.intarocrm/install/step2.php @@ -36,7 +36,7 @@ $defaultPayStatuses = array ( $defaultPayment = array( 'Y' => 'paid', - 'N' => 'not-paid' + 'N' => 'not-paid' ); ?> @@ -51,17 +51,17 @@ $defaultPayment = array(