# How To Set Up Size Chart For Product?

![](/files/CbeBm3fGWEPwmrkQK6iG)

{% hint style="info" %}
Halo offers 4 ways to show the Size Chart:

* [By Product Type](#by-product-type).
* [By Product Vendor](#by-product-vendor).
* [By Metafield](#by-metafield).
* [By Custom Image](#by-custom-image).
  {% endhint %}

![](/files/o8aJ94Z5cRFxGwj1ruBC)

## By Product Type

1. From your Shopify admin, go to **Online Store** -> **Themes**.
2. Find the theme that you want to edit, and then click **Customize**.
3. Choose **Products** from the dropdown window.
4. Click **Product Information.**
5. Scroll down to **Size Chart** and choose **Using Different Size Chart For Product By Following** as **Product Type.**

![](/files/bBIxN8puDDtPUVKTVKQM)

{% hint style="info" %}
Upload image with the same name as the product-type-sizechart. You need to go to Settings --> Files upload images here.

Naming convention: lower cap and use "-" to replace white space. For example: with the product type "Loremous Comodous" the image name will be loremous-comodous-sizechart.jpg or loremous-comodous-sizechart.png
{% endhint %}

## By Product Vendor

1. From your Shopify admin, go to **Online Store** -> **Themes**.
2. Find the theme that you want to edit, and then click **Customize**.
3. Choose **Products** from the dropdown window.
4. Click **Product Information.**
5. Scroll down to **Size Chart** and choose **Using Different Size Chart For Product By Following** as **Product Vendor.**

![](/files/u5r0Ighi9hVWM33kWyVf)

{% hint style="info" %}
Upload image with the same name as the product-vendor-sizechart.

To get the image URL, please upload the image in **Settings** **->** **Files**. Then copy the link. You can refer to [this link](https://help.shopify.com/en/manual/shopify-admin/productivity-tools/file-uploads).

Naming convention: lower cap and use "-" to replace white space. For example: with the product vendor "Loremous Comodous" the image name will be loremous-comodous-sizechart.jpg or loremous-comodous-sizechart.png
{% endhint %}

## By Metafield

1. From your Shopify admin, go to **Online Store** -> **Themes**.
2. Find the theme that you want to edit, and then click **Customize**.
3. Choose **Products** from the dropdown window.
4. Click **Product Information.**
5. Scroll down to **Size Chart** and choose **Using Different Size Chart For Product By Following** as **Metafield.**

![](/files/Y7LRQzBTFJlIvNUWinQH)

### H**ow to add new Metafields?**

1. From your Shopify admin, go to **Settings** -> **Metafields**.
2. Click **Products → Add Definition.**
3. Please enter correct **Namespace and Key** as we noted below.

```
Name: Size Chart
Namespace and key: c_f.size_chart
Select content type: Text
```

![](/files/2RqQD3EDTnTKL7HSMMLp)

### How to insert content for Product Metafields?

1. From your Shopify admin, go to **Products -> All products**.
2. Find and choose the product that you want to edit.
3. In the **Metafields**, please insert image url in the "**Size Chart**" field.

![](/files/1vtOJni2CDbHsnGWQR1C)

{% hint style="info" %}
To get the image URL, please upload the image in **Settings** **->** **Files**. Then copy the link. You can refer to [this link](https://help.shopify.com/en/manual/shopify-admin/productivity-tools/file-uploads).
{% endhint %}

{% hint style="info" %}
You can use [Bulk Editor](/halo-docs/page/bulk-editor-page.md) to edit multiple products.
{% endhint %}

## By Custom Image

1. From your Shopify admin, go to **Online Store** -> **Themes**.
2. Find the theme that you want to edit, and then click **Customize**.
3. Choose **Products** from the dropdown window.
4. Click **Product Information.**
5. Scroll down to **Size Chart** and choose **Using Different Size Chart For Product By Following** as **Custom Image.**
6. Upload the size chart image for all products.

![](/files/hpZrrwCoHgDrqWvTV2Qc)


---

# 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://halosoft.gitbook.io/halo-docs/products/product-information/how-to-set-up-size-chart-for-product.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.
