Answer the question
In order to leave comments, you need to log in
How to display a list of infoblock element properties?
https://camouf.ru/blog-note/421/
In the article, the author shows how to display various selected properties of infoblocks.
<select>
<option>Выберите</option>
<?$i=0;foreach($arResult["PROPERTIES"]["СВОЙСТВО"]["VALUE"] as $arRazmer):?>
<option><?=$arRazmer?></option>
<?endforeach;?>
</select>
Answer the question
In order to leave comments, you need to log in
The $arResult["PROPERTIES"] array just contains all the properties. But $arResult["DISPLAY_PROPERTIES"] is only selected in the component settings.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question