> For the complete documentation index, see [llms.txt](https://themedocs.zenit.design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://themedocs.zenit.design/en/tips/multiple-sales-channels.md).

# Multiple sales channels

If you want to assign a theme to multiple sales channels, you will notice that the settings for both sales channels are synchronized when you set different settings in the theme configuration. Basically, Shopware saves the theme configuration per theme - not per sales channel.

But how can you use one theme for multiple sales channels and use different settings (like a different logo)? Theme duplicates and child themes help you to create different sales channels with the same theme.

## Option 1 - Duplicates

In Shopware 6 there is a possibility to create duplicates. A theme duplicate is a **virtual** copy of a theme.

{% hint style="info" %}
Duplicates can only be created from a main theme since Shopware 6.4.17. Whether this is a bug or the desired system behavior is still unclear. There is an issue about this case: <https://issues.shopware.com/issues/NEXT-24375>
{% endhint %}

![](/files/pkDRVR4xNH6mP680Zu4c)

Navigate to the *Content > Themes*. Select the theme from which you want to create a duplicate and click on the **context menu (1)**. Now select the option **Create duplicate (2).**&#x20;

A virtual copy of the existing theme is created - i.e. also with all settings already made. This duplicate theme can now be assigned to a sales channel.

{% hint style="warning" %}
Because duplicates are only virtual copies of a theme, they cannot be used as a basis for additional programming.
{% endhint %}

## Option 2 - Child-Theme

A child theme, unlike a duplicate theme, is another theme plugin that is installed over the extensions. To help you get started, we offer preconfigured child themes. Of course, with the appropriate expertise, you can also create and use your own child themes.

Our child themes include, in addition to the practical configuration template for a quick start, the possibility for update-safe programming on the store. So, as a child theme, it is a general entry point for individual customizations apart from the configuration.

You can find instructions on how to use our child themes under [configuration sets](/en/configuration-sets.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://themedocs.zenit.design/en/tips/multiple-sales-channels.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
