Published on

How to Add Two Description Sections on Your Shopify Product Page A Personal Exploration

Authors
  • avatar
    Name
    Entaice Braintrust
    Twitter

How to Add Two Description Sections on Your Shopify Product Page: A Personal Exploration

You know that feeling when you finally buy two shirts you have been longing for—only to realize there was a “Buy One, Get One 50% Off” deal you missed? Sharing two completely different details in the same space on a website feels the same, right? One should not have to choose! One of my closest humbling moments as a Shopify entrepreneur involved wanting dual descriptions for my splendid velvet throw pillows. For us—to dance to our own tune—we need to master the art of separating information.

Hold on tight, our web ropes, Shopify enthusiasts. Today, we’re carving two cozy spots for dual descriptions. Fear not, coding phobic! This humble guide is sprinkled with humor, low-stress, and a side of “You got this!” energy.

Step 1: Customize Your Shopify Theme

To begin our imaginative adventure, let's open the gilded gates to your Shopify admin, where we're going straight to your theme’s dressing room. Picture this: It's your fashion runway for digital tweaks.

  1. Log in to Shopify Admin: Enter the heart of your operation; it’s as important as morning coffee.

  2. Online Store – Themes: This is our Apollo, our spaceship taking us to the land of customization. Click "Actions" laden with the weight of possibilities.

    Themes Section

  3. Select "Edit Code": Unlike that dusty box in the attic, this is the fun box. Check out "Edit Code." A gateway to wonderland awaits.

The beauty of this journey? Unlike a labyrinth, it's surprisingly straightforward.

Step 2: Create a New Section

Right, we're into the code editing dreamscape. But don’t step back. We're not building the Colosseum, just carving a special nook for our velvet throws—I mean descriptions.

  1. Navigate to 'Sections': On the left side, following the whispering winds—okay, it’s actually a menu—head for "Sections."

  2. Add a New Section: Up there in the top right, like a beacon, is "Add a new section." Click it, feeling as if you’re crafting a new realm.

  3. Name Your Section: Choose something precise, like ‘product-description-two’. Keep it snappy, like a nickname only you understand.

  4. Add Content: Pinch yourself—this is where the magic unfolds. Pop open this code with a click.

{% schema %}
{
  "name": "Product Description Two",
  "settings": [
    {
      "type": "text",
      "id": "content",
      "label": "Description Content",
      "default": "<p>Your description here...</p>"
    }
  ]
}
{% endschema %}

And voila! You've concocted a treasure chest for a second description.

Step 3: Implement in Product Template

Breath’s bated, fingers typing—you’re alight with possibility. Let’s cozy this new section into your product template—think of decorating a cake with fondant.

  1. Locate 'Product.liquid': Search the "Templates" section. “Product.liquid” is the name on everybody’s lips.

  2. Add the Section: Time to integrate that clever section we wrung out from code.

{% section 'product-description-two' %}

Pop this into the code right where you want it—like fitting a Tetris block into its destined spot.

Step 4: Customize in Theme Editor

So, what have we left? Customizing in Theme Editor. It’s our grand finale, akin to lighting candles on an exquisite cake.

  1. Return to Edit Theme: Have your theme editor open again—familiar territory now, akin to a library with all the stories you penned.

  2. Incorporate the Section: Another breath—navigate to the product page, feel the giddy exhilaration of your creation.

  3. Add Content to the Section: Once in the editor, cruise the dynamic waves to add your second description.

And with one bold stroke, you've done it! Two description sections, side by side, like two best friends joking at a dinner table.

Conclusion: Embracing Our Digital Creativity

Isn't life amazing? From coding enigmas to sandwiching two product descriptions; we’ve woven a tapestry of creativity—one you can drape over your Shopify store with panache.

In a digital world crowded with sameness, we choose to stand out by harnessing dual narratives. And here we are, all together at this aperture, welcoming new ways to do just that. Tear open the window to endless possibilities, Shopify comrades, because creating isn’t one-dimensional—it’s a resplendent patchwork quilt, and every stitch counts. Let’s go paint the internet a little more boldly, one line of code at a time!