# Variant trigger name

To change or translate the product variant trigger name, please follow these steps:

{% hint style="success" %}
**Step 1: Change the name of variant options in admin**

1. From your admin, click to **Product**
2. Select the product you want to change and scroll down to **Variants** section
3. Setup the name of variant as you expect.
   {% endhint %}

<figure><img src="/files/YUQ0zU35ASEZ9DHjvXyX" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/pgg7YdTdr93OIKm8xHLZ" alt=""><figcaption></figcaption></figure>

After above step, all variants name will be change perfectly in Product detail except Color option because we are using name **"Color"** to trigger in code. So you need to move to step 2 below to finish this setup for color option

{% hint style="success" %}
**Step 2: Change variant trigger name**

1. From you admin, customize your current Umino theme
2. Click to **Theme setting** icon, select **Product** and scroll down to **Option name**
3. Insert the name to the input. This name must be the same with the name of Color variant that you changed in step 1
4. Save and you can see the result.
   {% endhint %}

<figure><img src="/files/pdDfCLbQVixpEUBvnbtw" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/R2zVEpha9ptMBgG9FqKN" alt=""><figcaption></figcaption></figure>


---

# 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://blueskytechcos-organization.gitbook.io/umino-shopify/global-settings/product-swatches/variant-trigger-name.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.
