# 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="https://3138853960-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDsbeTbRNMPUo58YEXkMj%2Fuploads%2FSZVHiYurhglhFW5Je6Na%2Fimage.png?alt=media&#x26;token=d7cd2c8e-afe4-48c4-a865-e92879eb7f52" 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="https://3138853960-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDsbeTbRNMPUo58YEXkMj%2Fuploads%2FK4wNITypMROJ5HqL6odu%2Fimage.png?alt=media&#x26;token=e97c2462-5a90-44b6-88d7-14e31dc075b4" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Save and preview in online store

{% endstep %}
{% endstepper %}
