Answer the question
In order to leave comments, you need to log in
How to display elements from several infoblocks in catalog.top?
Hello! I can’t display products from several infoblocks in catalog.top, I tried this: "IBLOCK_ID" => array(86, 87, 88),
and this
"IBLOCK_ID" => array(
0 => "86",
1 => "87",
2 => "88",
),
Answer the question
In order to leave comments, you need to log in
The catalog.top component has a non-multiple IBLOCK_ID property,
this is from the component parameters
IBLOCK_ID' => array(
'PARENT' => 'BASE',
'NAME' => GetMessage('IBLOCK_IBLOCK'),
'TYPE' => 'LIST',
'ADDITIONAL_VALUES' => 'Y',
'VALUES' => $arIBlock,
'REFRESH' => 'Y',
),
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question