Answer the question
In order to leave comments, you need to log in
How to display a slider with sections on Bitrix?
There is a task to implement a slider on the site page. Goods from the infoblock should be loaded into it. Installing a simple slider is not a difficult task. All products are now displayed normally. But I don’t have a simple slider, it divides the types of goods into popular, not popular and very popular, 3 types. Above slider 3 are these links. Depending on where you click, a slider with a certain selection is displayed.
Which component is better to output it and how to implement it approximately. I make it a news component. The problem is how to divide the slider into 3 parts. In general, in which direction to dig at least tell me?
Answer the question
In order to leave comments, you need to log in
Recently did something similar via api. First, I got the list of sections through CIBlockSection::GetList , then I got the elements from the required section through CIBlockElement::GetList . In fact, we got tabs for tabs. Clicked on the desired category, showed its elements.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question