Skip to content
Elysium Slider

Shopping Experiences Slider for Shopware 6

Shopping experience slider for Shopware 6 — Elysium Slider

The Idea behind the Elysium Slider for Shopware 6

Shopware itself only has a very basic image slider as CMS element. This offers only one image for all screen sizes. Okay, in the latest versions you can also upload videos and adjust the order of the slides. But this is not enough for us and especially for many store owners. So there is a need for a Shopware Slider that has extended features, a good user experience and extensibility. This is how the Elysium Slider was born.

Separation of slide content and slider behavior: Slide and Slider elements

We devoted the first considerations to the structure and operation. Should we really bind the content of each slide to the shopping experience element? On the one hand, it is no fun to maintain the content in the small modal box of the shpping experience element. On the other hand, it is hard to reuse single slides at other places. For example, you want to have a slide on the start page, which you want to reuse on a category or product page. So you would have to copy the content manually. And what if you change the content? The whole game from the beginning.

So we've outsourced the content, the individual slides, into a standalone module. You maintain the slides in one central place. You can compose these slides as you like in the shopping worlds Slider element. There you can also customize the behavior and appearance of the entire Slider. For example, auto-play, appearance of the navigation dots or arrows, colors and more. This concept brings you maximum flexibility and reusability.

Extendable with custom fields and custom Slide Twig-templates

Each slide can be extended by custom fields. So you can create your own custom field set for the Elysium Slides and maintain it in the corresponding slide. To make the custom fields visible in the frontend, they have to be linked in the slide template. Since this should not be done in the plugin's template, another approach comes into play here. Namely, custom Twig-templates per slide. Create your own Twig-template in your custom theme or plugin and link the custom fields there. You can also make other structural adjustments to the slide, the possibilities are endless. If you need a simple entry point, you can also derive from our default template. See our documentation for more details.
This requires knowledge of Twig and the template structure of Shopware. If you don't have these, feel free to contact us for the implementation of your ideas.