Skip to content

Instantly share code, notes, and snippets.

  • Save EscApp2/3785ba8f94fc982cf064a986773febac to your computer and use it in GitHub Desktop.
Save EscApp2/3785ba8f94fc982cf064a986773febac to your computer and use it in GitHub Desktop.
Как показать ВСЕ товары из ВСЕХ секций инфоблока
компонент bitrix:catalog.section
1. Включить опцию:
"SHOW_ALL_WO_SECTION" => "Y",
2. Заполнить опции для ID блоков:
"IBLOCK_ID" => "49",
"IBLOCK_TYPE" => "1c_catalog",
3. Обязательно сделать пустым секцию
"SECTION_CODE" => "",
"SECTION_ID" => "",
компонент bitrix:catalog.smart.filter
"SHOW_ALL_WO_SECTION" => "Y", //ОБЯЗАТЕЛЬНО!!!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment