Suruchi Shopify Theme
Try suruchiDemos
  • What is Suruchi theme?
  • CHANGE LOG
  • Support Policy
  • Refund Policy
  • Getting Started
    • Purchase code Verify
    • How to install Suruchi Theme?
    • How to set up your store as a Suruchi demo?
    • How to update Suruchi Theme?
  • Header Group
    • What is a header group?
    • Announcement bar
    • Header
    • Menu
      • How to create menu?
      • How to add a dropdown menu
      • How to add a mega menu (Promo banner)
      • How to add a mega menu (Collections)
      • How to add a mega menu (Products)
      • How to add a mega menu (Banner)
  • Footer Group
    • What is a footer group?
    • Footer
    • Mobile navigation bar
    • Popup
  • Theme Sections
    • How to add a section?
    • Slideshow
    • Featured collection
    • Collection list
    • Before/after image slider
    • Scrolling text
    • Shop the lookbook slider
    • Advanced Search Filter
    • Shop the look
    • Lookbook
    • Banner list
    • Product tabs
    • Featured product
    • Gallery
    • FAQ / Collapsible content
    • Image banner
    • Image with text
    • Multicolumn
    • Featured promotion
    • Video
    • Video hero
    • Testimonial
    • Text with banner masonry
    • Text with banner grid
    • Tiktok
    • Logo list
    • Image with biography
    • Google map
    • Counter up
    • Countdown banner
    • Contact info with map
    • Collection product banner
    • Contact form
    • Email signup
    • Rich text
    • Blog list
    • Welcome video
    • Page
  • Theme Settings
    • General
      • How to enable RTL Layout
    • Layout
    • Colors
    • Typography
    • Product card
    • Color swatches
    • Quick shop
    • Wishlist page
    • Social media
    • Cart
    • Search
    • Customer/account
    • Checkout
    • Custom css
  • Collections & Products
    • Product page
      • Create a product template
      • Page sections
        • Page title banner
        • Product template
        • Product recommendations
        • Product Tabs
        • Recently Viewed Product
    • Products
      • Add local pickup to your store
      • Add product to your store
      • How to add a unique tab on the product page
      • Add a countdown timer to the product
      • Show a custom badge to your product
      • Show a Marquee badge to your product
      • Add a product short description using a metafield
      • How to add a size guide popup for the individual product?
    • Collection page
      • Add Collections
      • Create a collection template
      • Page sections
        • Page title banner
        • Collection banner
        • Product grid
    • Collection list page
      • Add Collections
      • Page sections
        • Collection page title banner
        • Collection list section
  • Other Pages
    • Create a page
    • Create a page template
    • Blogs
      • Add blog post
      • Blog page
    • Blog posts / Article
    • Cart page
    • Search page
    • 404 page
    • Password page
    • Wishlist page
    • Compare page
  • Language & Countries/Regions
    • How to enable the COUNTRY/REGION of your store?
    • How to enable LANGUAGE of your store?
    • How to edit default theme content
    • How to translate theme for multiple languages
  • General Topics / FAQ
    • How to add a collection to your store?
    • How to enable free shipping bar
    • How to enable the pre-order product to your store
    • How to add product reviews to your store
    • How to add Complementary products
    • Add a gift wrap option to your cart
    • How to add a product to your store?
    • Add Shopify 2.0 storefront product filtering
    • Add recommended products to your store
    • Set up local pickup
    • How to enable a customer account?
Powered by GitBook
On this page
  • What is a unique tab?
  • How to create a unique tab?
  • How to create metafield for the unique tab?
  • Step 1
  • Step 2
  • Step 3
  • Step 5
  • Step 6
  • Step 7
  • Step 8
  1. Collections & Products
  2. Products

How to add a unique tab on the product page

PreviousAdd product to your storeNextAdd a countdown timer to the product

Last updated 1 year ago

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?

Take the following steps:

  1. Go to the admin > settings

  2. Then click on the Custom data

  3. Then you will get the option to add a Metafield

  4. After adding a metafield, you will be able to add value to show the unique tab

Step 1

Step 2

Step 3

Metafiled details

  1. Name: Product unique tab (You can add any name)

  2. Namespace and key: meta.unique_tab (It's not a mandatory name, you can add any name)

  3. Select-type: Text

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