How can we change the order of the list component (carousel) | Adobe Higher Education
Skip to main content
December 23, 2022
Répondu

How can we change the order of the list component (carousel)

Hello, 

 

I'm using AEM for our brand website and we use the List component to show our products in the right order from low alc. percentage to the highest alc. percentage. I notice that this list carousel is not starting showing the first product which is La Trappe PUUR. In the backend of the website, the order is changable, although I changed it and nothing happens. 

 

Is there any way how we can change the view position of this list?

Thank you!

Ce sujet a été fermé aux réponses.
Meilleure réponse par Mani_kumar_

If you want to change the order you can overlay the Model class provided OOTB and try to write the custom logic to order it

Please find the article to extend using sling delegation

https://aemexplained.wordpress.com/aem-guide/extending-component-using-sling-delegation/

Hope this is helpful 

1 commentaire

Mani_kumar_
Community Advisor
Mani_kumar_Community AdvisorRéponse
Community Advisor
December 23, 2022

If you want to change the order you can overlay the Model class provided OOTB and try to write the custom logic to order it

Please find the article to extend using sling delegation

https://aemexplained.wordpress.com/aem-guide/extending-component-using-sling-delegation/

Hope this is helpful