Код |
---|
<?foreach($arResult["SECTIONS"] as $arSection):?> <?if (count($arSection["ITEMS"])>0):?> <b><?=$arSection["NAME"]?></b><br /> <?endif;?> <?foreach($arSection["ITEMS"] as $arElement):?> <?=$arElement["NAME"]?><br /> <?endforeach;?> <?endforeach?> |
Код |
---|
<? $db_props = CIBlockElement::GetProperty($arElement['IBLOCK_ID'], $arElement['ID'], "sort", "asc", Array("CODE"=>"СИМВОЛЬНЫЙ КОД СВОЙСТВА")); if($ar_props = $db_props->Fetch()) print_r($ar_props['VALUE']); ?> |