How to add a unique tab on the product page

What is a unique tab?

The "Unique Product Tab" feature on a Shopify theme refers to a customized tab that is added to the product page to display unique information or content specific to that particular product. It provides a dedicated space to showcase additional details, specifications, or any other relevant information that may not be included in the standard product description. This feature allows merchants to enhance the product page with tailored content, improving the presentation and providing a comprehensive overview of the product to customers.

How to create a unique tab?

  1. You need to add a "Unique tab" block

  2. You need to put metafield liquid code for this setting "Unique Tab Liquid" if you have created a meatfield for the unique tab. Example code: {{ product.metafields.meta.unique_tab.value }}

  3. In the example above, {{ product.metafields.namespace.key.value }} - Bold texts are mandatory, just the namespace & key value will be changed following your metafield.

How to create metafield for the unique tab?

Step 1

Step 2

Step 3

Create metafields in this way how many unique tabs do you need

Step 5

  • Copy the Metafields namespace & key value -

  • To navigate the Metafields - go to the Settings > Customer data > Products

  • Now paste the Metafields value on the product unique tab settings -

  • You must add ".value" with the metafields name. For example - {{ product.metafields.meta.unique_tab.value }}

Step 6

Step 7

  • Add a different value for the specific product -

Step 8

Last updated