diff --git a/intaro.retailcrm/install/index.php b/intaro.retailcrm/install/index.php index 240669b3..48fbeccf 100644 --- a/intaro.retailcrm/install/index.php +++ b/intaro.retailcrm/install/index.php @@ -414,7 +414,7 @@ class intaro_retailcrm extends CModule if (isset($arResult['errCode'])) { $APPLICATION->IncludeAdminFile( - GetMessage('MODULE_INSTALL_TITLE'), $this->INSTALL_PATH . '/step1.php' + GetMessage('MODULE_INSTALL_TITLE'), $this->INSTALL_PATH . '/step11.php' ); return false; diff --git a/intaro.retailcrm/lang/ru/install/step11.php b/intaro.retailcrm/lang/ru/install/step11.php index fc0a19e6..1a1d0cb7 100644 --- a/intaro.retailcrm/lang/ru/install/step11.php +++ b/intaro.retailcrm/lang/ru/install/step11.php @@ -10,3 +10,5 @@ $MESS ['ERR_0'] = 'Превышено время ожидания ответа $MESS ['ERR_FIELDS_API_HOST'] = 'Неверно заполнены поля.'; $MESS ['INFO_1'] = 'Задайте соответствия между Вашими магазинами в 1С-Битрикс и RetailCRM.'; $MESS ['INFO_2'] = 'У всех Ваших магазинов в RetailCRM должен быть общий API-ключ!'; +$MESS ['ERR_CURRENCY_SITES'] = 'Валюта сайта отличается от валюты магазина в CRM. +Настройте валюты в CRM и CMS для корректной работы интеграции.'; \ No newline at end of file