DEV Community

Ilias Haddad
Ilias Haddad

Posted on • Originally published at iliashaddad.com

How to make product description tabs in Shopify without a Shopify app?

In the fourth article of the #4weeksOfShopifyDev challenge, I'll be talking about to add product tabs without using a Shopify app

Note: I'm using the Debut theme, you may have a different Shopify theme

Demo Product Page

 How to make product description tabs in Shopify without a Shopify app?

Create a product template

  • First, we need to create a custom product Shopify template and called product-tabs.liquid
     How to make product description tabs in Shopify without a Shopify app?

  • Create a new Shopify section and called product-template-tabs and paste the code from the product-template section
     How to make product description tabs in Shopify without a Shopify app?

  • Change the section in product-tabs.liquid to product-template-tabs
     How to make product description tabs in Shopify without a Shopify app?

Install reviews app and configure tabs

  • Install Shopify product reviews app

  • Create a new Shipping policy page
     How to make product description tabs in Shopify without a Shopify app?

  • Replace product.description in product-template-tabs.liquid with this code

https://gist.github.com/IliasHad/43a3ab86eb6755bae03a89c3042d7397

Et voila, you have product tabs without a Shopify app

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay