# Size Chart

A size chart is a tool that provides sizing information for clothing, footwear, or accessories, helping consumers select suitable products based on measurements such as height, weight, chest, waist, or foot length.

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

**How to Add a Size Chart:**

### Method 1: Create Product Page Templates

You can create individual [product templates](https://help.shopify.com/zh-CN/manual/online-store/themes/theme-structure/templates) for different product categories, such as footwear, tops, or pants, and add size charts by uploading images.

1\. Navigate to the product template editing page.Click **Add Block** and select **Popup**.

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

\
2\. Add size text or image.

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

\
3\. Bind size picker

{% hint style="success" %}
The size name must be one of the following values to be associated:  size, 尺码, 尺碼, Größe, taille, tamaño, misura, размер, tamanho, サイズ, 크기, storlek, velikost, størrelsen, rozmiar, μέγεθος, ukuran, mărime, величина, kích thước, วัด, ölçü, suurus, dydis, izmērs, μεγέθος, размеры
{% endhint %}

### **Method 2: Add Dynamically Using Metafields**

You can flexibly set up product size charts by creating product metafields.

First, create a product metafield, for example, name it **"Size Chart"**.

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

We found the newly created **Size Chart** field on the product page and added the size chart image to this field.

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

In the product template editor, add a **Popup**  Block. Set the content of the block to **dynamic source** pull data from the **"Size Chart"** metafield.

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

This approach allows you to manage size charts for different products dynamically and efficiently.


---

# 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://en-ascent.webvista.studio/pages/main-product/size-chart.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.
