# FAQs

<details>

<summary>1.How to divide product description content into tabs?</summary>

**First**, you need to set the type for the tab group to "**Use product description**".

![](https://2169586977-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FS2NQC5Rc8K4ZJXTLYqwA%2Fuploads%2FJ6UN3a6WlpOqZBCaHzmU%2Fimage.png?alt=media\&token=d425b90a-583b-4872-a057-fd6849e61d3b)

**Second**, in the product description content, there must be pairs of heading tags to separate the content sections (for example, pairs of tags H1, H2, H3...).

**Third**, go to **Settings** -> select the **Heading type** (the type of tag that you specify to divide the content)

![](https://2169586977-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FS2NQC5Rc8K4ZJXTLYqwA%2Fuploads%2FyLyV7yDEGftN8iclJFng%2Fimage.png?alt=media\&token=e4f69e17-f4b2-4f32-bf42-3ff14976cc8c)

</details>

<details>

<summary>2.How to add image to tab content?</summary>

You need to upload the image to a 3rd party server (recommended Shopify server), then you get the image url and insert it into the tab content as shown below:

<figure><img src="https://2169586977-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FS2NQC5Rc8K4ZJXTLYqwA%2Fuploads%2Fnb3fNhCJbYGcC5NmceRz%2FMonosnap%20DDSHOP%20Product%20tabs%20demo%20-%20Password%3A%20ddshop%20%C2%B7%20Edit%20tab%20group%20%C2%B7%20Shopify%202025-12-23%2009-39-24.jpg?alt=media&#x26;token=861b7dc1-9d8a-4a0c-a25d-b0b2b5a9e164" alt=""><figcaption></figcaption></figure>

</details>

<details>

<summary>3.How to add size chart to tab content?</summary>

There are 2 ways for you to add  size chart to tab content:<br>

* Install a size chart app, use the app's short-code and add it to the tab content.
* Create a size chart table using HTML code.

<figure><img src="https://2169586977-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FS2NQC5Rc8K4ZJXTLYqwA%2Fuploads%2FUGqnWpj211QfVLDaSjKs%2Fimage.png?alt=media&#x26;token=1601025a-d1da-40a5-b424-783c8cc25ced" alt=""><figcaption></figcaption></figure>

</details>

<details>

<summary>4.How to install multilingual content for tab group?</summary>

With the multilingual feature, you need to create multiple tab groups, each tab group uses a language, and set up a rule to display each tab group by language (In **Tab Groups** -> **Edit** -> **General** -> **Additional display conditions** -> **Display based on language(s)** -> Select the language for the tab group to display).&#x20;

Then you just need to add the product tab app block to the product page, the corresponding tab groups will automatically change according to the language.

</details>

<details>

<summary>5.Why does the copyright still appear after upgrading to the paid plan?</summary>

Because you need to do one more step to remove copyright in the app backend.

Go to the app's **Settings** -> change something so that the **Save** button appears at the top -> Click the Save button to apply the copyright removal -> Then you can go back to the previous settings.

</details>

<details>

<summary>6.How to get Namespage and Key of Metafield?</summary>

To get the namespace and key of a metafield in Shopify, you can follow these steps:

* **Navigate to Metafield Definitions in Shopify Admin:**
  * Go to your Shopify Admin.
  * Click on Settings in the bottom left corner.
  * Select Custom data.
  * Choose the resource type for which the metafield is defined (e.g., Products, Variants, Collections, Customers, etc.).
* **Locate the Metafield Definition:**
  * Find the specific metafield definition you are interested in. You can filter by assigned resource or search by name.
  * Click on the metafield definition to open its details.
* **Identify Namespace and Key:**
  * Within the metafield definition details, you will see a field labeled Namespace and key.
  * The value in this field represents the unique identifier for your metafield, formatted as `namespace.key`.
  * You can copy this entire string to use when accessing the metafield in your Liquid code or API calls.

Example:If you have a product metafield named "Material" and its "Namespace and key" field displays `my_fields.material`, then:

* **Namespace:** `my_fields`
* **Key:** `materia`

</details>
