Configuration sets

You can download all our demos as installable configuration templates. In Shopware 6 we realize this via preconfigured child themes.

You can find free Configurations-Sets of our demos under our Theme-Overview. In addition to the practical configuration template for a quick start, our child themes also include the possibility for update-safe programming in the shop. As a child theme, it is therefore a general entry point for individual adjustments apart from the configuration.

Installation & Assignment

Download configuration set

Download the desired template as a zip file on our Webseite kostenlos herunter.

Navigate to the demos (1) and filter (2) on the name of the theme you purchased. Via the Download Set (3) link you can download the zip file.

Please note that the images and demo data shown in the demos are not part of the theme and templates.

Install configuration set

You can upload the configuration set in the administration under Extensions > My extensions > Upload extension (1).

The installation of the template works the same way as the purchased theme by clicking on the Install (2) link and activating it through the toggle button (3).

The child theme derives from the purchased theme. Therefore, it can only be used if the purchased theme is also installed.

Assign configuration set

In the sales channel settings in the Theme (1) tab you can change the theme of your sales channel.

To do this, click on the button Change Theme (2) and select the installed theme in the popup. If you are using a preconfigured template, please select the template you want to use.

Updates

You can find our update instructions under UPDATE GUIDES > Child-Theme Update.

Configuration inheritance

The child theme contains preset configuration values of the theme configuration according to its respective demo template.

Inheritance order

From version 1.1.1 of our child themes, they are now loaded in inheritance order after all plugins / apps. So you have the possibility to make the compatibility between plugins / apps and themes and overwrite everything.

The order in the views section is crucial for the loading order. The src/Resources/theme.json now looks like this in the views section:

"views": [
    "@Storefront",
    "@zenitPlatform[THEMENAME]",
    "@Plugins",
    "@zenitPlatform[THEMENAME]Set[NUMMER]"
],

(The values in the square brackets are placeholders for the names and numbers of the respective child theme.)

Last updated