Answer the question
In order to leave comments, you need to log in
What template is connected in 1C-Bitrix?
I can't figure out what template is connected. Component connection in local > templates > module > components > bitrix > sale.personal.section > module > private.php:
pr('Точка 1.3');
$APPLICATION->IncludeComponent(
"bitrix:main.profile",
".default",
Array(
"SET_TITLE" =>$arParams["SET_TITLE"],
"AJAX_MODE" => $arParams['AJAX_MODE_PRIVATE'],
"SEND_INFO" => $arParams["SEND_INFO_PRIVATE"],
"CHECK_RIGHTS" => $arParams['CHECK_RIGHTS_PRIVATE'],
"EDITABLE_EXTERNAL_AUTH_ID" => $arParams['EDITABLE_EXTERNAL_AUTH_ID'],
"DISABLE_SOCSERV_AUTH" => $arParams['DISABLE_SOCSERV_AUTH']
),
$component
);
pr('Точка 2');
pr('Начало шаблона');
$this->IncludeComponentTemplate();
pr('Конец шаблона');
Answer the question
In order to leave comments, you need to log in
As a result, it turned out that there was a matryoshka - a component template inside a component template. /local/templates/module/components/bitrix/sale.personal.section/module/bitrix/main.profile/.default/template.php . This is the first time I've encountered this, and I didn't know that this could even happen.
In case anyone has a similar problem, I solved it by exporting the language files (Settings > Localization > View Files > Export Messages to CSV) and looking in that file for one of the language phrases in the template.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question