E
E
Eugene M2021-08-25 12:40:16
1C-Bitrix
Eugene M, 2021-08-25 12:40:16

How to display an additional field in section.php in Bitrix?

It is necessary to display an additional field in section.php, tell me how?

612624bd1ca67329297704.jpeg

61260ffec6d55334033930.jpeg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Y
Yaroslav Alexandrov, 2021-08-26
@alexyarik

Retrieving section data by character code in a complex directory component

<?
$sectionResult = CIBlockSection::GetList(array(),array('IBLOCK_ID' => $arParams ['IBLOCK_ID'], '=CODE' => $arResult['VARIABLES']['SECTION_CODE']), false, $arSelect = array('UF_*'));
?>
<?//полчаем полные данные включая пользовательские поля
if ($sectionProp = $sectionResult -> GetNext())
{?>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question