Answer the question
In order to leave comments, you need to log in
Bitrix, another question about the menu?
Hi guys.
It seems to me that there have already been so many questions about the menu that everything should be clear (((((
But still another one appears.
I display the menu as a standard component, everything is ok.
Now I need to add it under the item, ok. I add it.
But this is where the problem arises
that the menu of the second level needs to be written somewhere in order to manage it, because it contains links to different sections and even to one external site, that is, the menu cannot be displayed via ext (as far as I understand)
. , top menu:
Array(
"Украшения",
"produkt/decoration/",
Array(),
Array(),
""
),
Array(
"Сумки",
"produkt/sumki/",
Array(),
Array(),
""
),
Array(
"Аксессуары",
"produkt/accessories/",
Array(),
Array(),
""
),
Answer the question
In order to leave comments, you need to log in
You can implement it like this! There may be other options, but this one is 100% working.
Array(
"Украшения",
"produkt/decoration/",
Array(),
Array(),
""
),
Array(
"Подменю пункт украшения",
"https://site.ru",
Array(),
Array(
"FROM_IBLOCK" => 1000,
"IS_PARENT" => 1,
"DEPTH_LEVEL" => 1
),
""
),
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question