How to add a unique tab on the product page
Last updated
Last updated
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.
You need to add a "Unique tab" block
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 }
}
In the example above, {{
product.metafields
.namespace.key.
value
}}
- Bold texts are mandatory, just the namespace & key value will be changed following your metafield.
Take the following steps:
Go to the admin > settings
Then click on the Custom data
Then you will get the option to add a Metafield
After adding a metafield, you will be able to add value to show the unique tab
Metafiled details
Name: Product unique tab (You can add any name)
Namespace and key: meta.unique_tab
(It's not a mandatory name, you can add any name)
Select-type: Text
Create metafields in this way how many unique tabs do you need
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
}}
Add a different value for the specific product -