> 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/faq/ableitungen/theme-duplikat.md).

# Theme-Duplikat

## Was ist ein Theme-Duplikat?

Ein Theme-Duplikat ist eine **virtuelle** Kopie eines Themes. Dabei wird ein neuer Eintrag in der Datenbank-Tabelle "themes" erstellt und die Theme-Konfiguration des Eltern-Themes kopiert.

{% hint style="info" %}
Ein Theme-Duplikat erbt die Theme-Konfiguration vom Parent-Theme - das schließt ebenfalls die bereits manuell eingestellten Werte ein.
{% endhint %}

Ein Theme-Duplikat ist immer dann sinnvoll, wenn mit einem Theme unterschiedliche Verkaufskanäle mit alternativen Theme-Einstellungen versehen werde sollen. Beispielsweise soll das Logo in der Theme-Konfiguration für jeden Verkaufskanal unterschiedlich sein.

![](https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MCG4xkoMVXEQllVF5R9%2Fuploads%2Fr0JNwbZ4GpCPVelOd9kA%2Fdocs-de-create-theme-duplicate.png?alt=media\&token=a5e202ab-2a36-4fab-af6b-36b2f906584b)

​​Navigiere in der Shopware Administration in den Bereich *Inhalte > Themes*. Wähle das Theme aus, von welchem ein Duplikat erstellt werden soll und klicke auf das **Kontextmenü (1)**. Wähle nun die Option \*\*Duplikat erstellen (2).\*\*Es wird nun eine virtuelle Kopie des bestehenden Themes erstellt - also auch mit allen bereits getätigten Einstellungen. Dieses Theme-Duplikat kann nun einem Verkaufskanal zugewiesen werden.

{% hint style="info" %}
Duplikate können seit Shopware 6.4.17 nur noch aus einem Haupt-Theme erstellt werden. Ob es sich dabei um einen Fehler oder das gewünschte Systemverhalten handelt ist bislang noch unklar. Es gibt ein Issue zu diesem Fall: <https://issues.shopware.com/issues/NEXT-24375>
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://themedocs.zenit.design/faq/ableitungen/theme-duplikat.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
