Answer the question
In order to leave comments, you need to log in
How to duplicate a directory in 1s Bitrix?
Good afternoon, colleagues!
Maybe someone will prompt such question: It is necessary to create one more catalog on a site with the goods.
Wrote in those. support, this is what they answered: "It will be necessary to create a new infoblock and section and place a complex catalog component."
Created a new infoblock and section, what does it mean to "place a complex catalog component"?
Answer the question
In order to leave comments, you need to log in
You just need to display the component on the page in the public part and fill in the parameters (for example, specify a new infoblock)
<?$APPLICATION->IncludeComponent(
"bitrix:catalog",
"",
Array(
"TEMPLATE_THEME" => "blue",
"IBLOCK_TYPE" => "catalog",
"IBLOCK_ID" => "2", //Ваш новый инфоблок
/**
* И другие параметры компонента
**/
),
false
);?>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question