> For the complete documentation index, see [llms.txt](https://product-tabs-guide.ddshopapps.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://product-tabs-guide.ddshopapps.com/faqs.md).

# 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**".

![](/files/QecsCZ9FgnuBEZSjYFnx)

**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)

![](/files/SljqG3ta1H9qqXMvgDzE)

</details>

<details>

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

**Option 1**: Click on the content box -> Click the "i**nsert image**" icon -> Select image from source -> **Upload** (*The image will be uploaded to the Shopify server and you may need to set permissions to do this)* -> The image is inserted into the content.

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

**Option 2**: 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="/files/EL5NQDBJiEuyg3BGNJHF" alt=""><figcaption></figcaption></figure>

The image is displayed in a lightbox when clicked.

</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="/files/ZobyvdeaUvgTSfyF6wfU" 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>
