Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
You can create an additional field of the file type, and get both pictures using CIBlockSection::GetList
We go to the list of sections.
Click edit section.
Go to the Extras tab. fields.
Click on the link "Add custom property" and create properties of the file type, check the multiple box.
After we display
<?
CModule::IncludeModule('iblock');
$section_props = CIBlockSection::GetList(array(), array('IBLOCK_ID' => IBLOCK_ID, 'ID' => SECTION_ID),
true, array("UF_*"));
$props_array = $section_props->GetNext();
?>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question