# Theme is displayed as incompatible

## Why is the theme shown as incompatible before an update?

When updating to Shopware version 6.5.x.x, the theme and many other extensions may be marked as incompatible or as "With the new Shopware version".

![](/files/-M_y3jiPBU9fO1Pb_LEZ)

This hint indicates that a compatible version of the theme will be available for update after shopware is updated.

### Example

> Theme versions **2**.x.x are compatible with Shopware 6.**4**.x.x but not with 6.**5**.x.x\
> Theme version **3**.x.x are compatible with Shopware 6.**5**.x.x but not with 6.**4**.x.x

Therefore, before the update to version 6.5.x.x, no update of the theme to version 3.x.x is displayed and vice versa, the currently installed version of the theme 2.x.x appears as incompatible.

### Solution

Update Shopware to the current Shopware 6.5.x.x in the usual way. After the update, the new theme version is available for download and update via the administration as usual.

{% hint style="success" %}
Shopware suggests disabling incompatible apps/themes during the update process. In our own demos **we did not do this** with our themes. From the point of view of our themes, this is not necessary, however, this may well be necessary for other extensions.

\
If you want to be sure, disable the theme temporarily and update it after the update is done.
{% endhint %}

{% hint style="danger" %}
A backup of the store is necessary as with every update.
{% endhint %}

## Child theme compatibility with Shopware update

When performing a Shopware update, the updater checks the compatibility of the installed extensions. The child-theme is usually marked in red or yellow, because it is not sold through the store.

{% hint style="danger" %}
This extension is not available in the store. Please contact the extension's authors.
{% endhint %}

So the message is basically correct. But don't worry — the child theme is fundamentally compatible and serves as an additional layer/extension to the main theme. If you or a developer have made custom adjustments to the code (for example, by extending and overriding twig files), then those changes need to be checked by the author for compatibility.

![](/files/KgeBHQrqwMI4F2AQYBmu)


---

# Agent Instructions: 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/faq/updates/theme-is-displayed-as-incompatible.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.
