# Ecomposer Builder

{% stepper %}
{% step %}

### **Go to admin app** <mark style="color:orange;">Ecomposer builder</mark> **-> Edit product template**

* Open EComposer Builder app -> navigate to **Templates**
* In templates page -> filter product template and choose your template product&#x20;

<figure><img src="/files/rl1dkF0N7efANIDtGsYc" alt=""><figcaption><p>Templates product</p></figcaption></figure>

* Open product details section

<figure><img src="/files/flB6ooNrVxOYNolzrXZu" alt=""><figcaption><p>Modify template product</p></figcaption></figure>
{% endstep %}

{% step %}

### **Open section product details**

* Click **Elements** -> **Shopify** -> **Code**

<figure><img src="/files/TKPn7VjKG99589nyVZ7H" alt=""><figcaption><p>Add section code</p></figcaption></figure>
{% endstep %}

{% step %}

### Add code to show app

<mark style="color:orange;">Show Vairant Swatch App</mark>

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

<mark style="color:orange;">Show Group Product As Variants</mark>

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

<mark style="color:orange;">Show Product Bundles</mark>

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

<mark style="color:orange;">Show Quantity Breaks</mark>

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

<mark style="color:purple;">Example add code: Show variant swatch app</mark>

<figure><img src="/files/Z5lSB4W1ejQ2LLbDxZGm" alt=""><figcaption><p>Add code show app</p></figcaption></figure>
{% endstep %}

{% step %}

### Keep variant picker default of Ecomposer Builder

> Please keep variant picker default, if it show double variant picker Ecomposer page builder and Globo variant swatch, you can <mark style="color:red;">enable</mark> **hide on desktop, hide on tablet** and **hide on mobile** to working perfect.

<figure><img src="/files/eQcC3HDihcLPYRoImDTE" alt=""><figcaption><p>Hide default variant picker </p></figcaption></figure>

{% endstep %}

{% step %}

### Save and public your page builder

You can preview your change in online store after public template
{% endstep %}

{% step %}

### **Need more help?**

If you need more help, contact our support team, we are always here to assist.
{% 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/app-integrations/ecomposer-builder.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.
