Answer the question
In order to leave comments, you need to log in
How to withdraw additional section property to catalog page?
I'm trying to do this:
<?
$db_list = CIBlockSection::GetList(Array($by=>$order), $arFilter = Array("IBLOCK_ID"=>"12", "ID"=>$arResult["ID"]), true,$arSelect=Array("UF_OPISANIE"));
while($ar_result = $db_list->GetNext()):
?>
<?=$ar_result["UF_OPISANIE"] ?>
<?endwhile?>
Answer the question
In order to leave comments, you need to log in
$db_list = CIBlockSection::GetList(Array($by=>$order), $arFilter = Array("IBLOCK_ID"=>"12", "ID"=>$arResult["ID"]), true,$arSelect=Array("UF_OPISANIE"));
$db_list = CIBlockSection::GetList(Array("SORT"=>"ASC"), Array("IBLOCK_ID"=>"12", "ID"=>$arResult["ID"]), false, Array("UF_OPISANIE"));
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question