Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MasterHans/3153e05fd0f5cbd245842f1d0c9c8e44 to your computer and use it in GitHub Desktop.
Save MasterHans/3153e05fd0f5cbd245842f1d0c9c8e44 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