Create A Collection Tabs For My Shopify Page

Topic summary

A Shopify user seeks to add collection tabs to their store using the Craft theme, inspired by a feature in the paid Pipeline theme. They want to avoid purchasing the theme just for this functionality.

Solution Provided:

  • EBOOST shares detailed implementation steps:
    • Create a new “tabs” section in the theme’s code editor
    • Add provided Liquid code that renders product collections in tabbed format
    • Configure the section through the theme customizer

Key Features & Customizations:

  • Display up to 5 collection tabs with 4-8 products each
  • Optional slider functionality (can be toggled on/off)
  • Optional “View All” button per collection
  • Mobile responsiveness adjustments
  • Compatible with Dawn theme 10.0

Ongoing Issues:

  • Multiple users report implementation problems across different themes (Beyours, Aurora)
  • Common errors include missing images and “card-product.liquid” snippet errors
  • Some themes require additional CSS or structural modifications
  • Aurora theme compatibility requires custom code adjustments due to different theme structure

Status: The basic solution works for standard free themes, but theme-specific customizations remain unresolved for premium/non-standard themes.

Summarized with AI on October 26. AI used: claude-sonnet-4-5-20250929.

I had the error
Liquid error (sections/Tabs line 20): Could not find asset snippets/card-product.liquid
I realized I needed to add a snippet code so did that but now I want to know how to edit the snippet code to achieve the look I want.