Имея id секции мы можем вытащить настраиваемые поля .
1 2 3 4 5 6 7 8 9 |
$id_section=88; //$ib_id=20; $arFilter = array('IBLOCK_ID' => 20 , 'ID'=>$id_section); $rsSections = CIBlockSection::GetList(array('ID' => 'ASC'), $arFilter , true,$arSelect = array("UF_*")); if ($arSection = $rsSections->Fetch()) { //$arSection; echo $arSection['UF_CAT_BOTTOM']; } |
Вот так