Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

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

Avatar

Level 1

ElyseeRooijackers_0-1671801831623.pngElyseeRooijackers_1-1671801844971.png

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!

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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 

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

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