# My theme doesn’t support app blocks — how can I show or move the swatches?

Some Shopify theme OS 2.0 do not support adding app block, or some development themes do not have app block, please add code according to the instructions below to display the app in the position you want on the product page

{% stepper %}
{% step %}

### **Go to admin Shopify -> themes**

{% endstep %}

{% step %}

### Edit code

<figure><img src="/files/BR5LjxBO8sdszs32W96K" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Find file template product and paste code show app

<mark style="color:purple;">Example</mark>: main-product.liquid

{% hint style="info" %}
You can copy the code corresponding to the function you want to display on the product page.
{% endhint %}

1. <mark style="color:blue;">**Show Vairant Swatch App**</mark>

```
<div class="globo-swatch-product-detail"></div>
```

2. <mark style="color:blue;">**Show Group Product as Variants**</mark>

```
<div class="globo-swatch-product-detail"></div>
```

3. <mark style="color:blue;">**Show Product Bundles**</mark>

```
<div class="globo_color_swatch_bundle_combo"></div>
```

4. <mark style="color:blue;">**Show Quantity Breaks**</mark>

```
<div class="globo_color_swatch_bundle_quantity_break"></div>
```

Paste it where you want the app to appear on the product page.

<figure><img src="/files/nmTwCU3NNsou1sXtuJVu" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Save and preview in online store

{% endstep %}
{% endstepper %}


---

# 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://docs.globo.io/faqs/my-theme-doesnt-support-app-blocks-how-can-i-show-or-move-the-swatches.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.
