Skip to main content

Important Context

CreatorCommerce is primarily delivered as theme sections/snippets (Liquid-native), not standard Shopify app blocks. In Theme Editor, go to Sections and search CC to find these components.

CC Sections (cc-*.liquid)

These are the primary storefront components in cc-liquid-templates/:
Section FileTheme Label / PresetWhat it doesBest used on
cc-hero-primavera-mini-shell.liquidCC Hero - PrimaveraCo-branded hero with creator identity, dynamic text, CTA, and media carousel behavior.Creator landing pages
cc-hero-equinox.liquidCC Hero - EquinoxAlternate hero style with badge, heading/accent, CTA, and floating stat card patterns.Creator landing pages
cc-drops-product-curated-lists-shell.liquidCC Products - Curated ListsMulti-drop product listing section with dropdown switching and optional fallback collection behavior.Landing pages, product-list areas
cc-drops-product-signature-bundles-shell.liquidCC Products - Signature BundlesBundle-oriented drop presentation with “add all” purchase flow and bundle storytelling UI.Landing pages, campaign bundles
cc-product-quote-badge.liquidCC Product - Quote BadgeSticky/inline quote badge for creator endorsement plus discount messaging and media expansion.Product pages
cc-product-quote-editorial.liquidCC Product - Quote EditorialEditorial-style creator quote block with avatar/author treatment for PDP storytelling.Product pages
cc-banner-momentum.liquidCC Banner - MomentumCompact creator banner for persistent reminder of who the shopper is browsing with.Landing, collection, cart-adjacent contexts
cc-block-instructions.liquidCC App Block InstructionsDesign-mode instructional helper (not a shopper-facing production block).Theme-editor setup only

Underlying CC Snippets (snippets/cc-*.liquid)

These power the section logic and are reused across multiple CC sections:
Snippet FilePurposeUsed by
snippets/cc-hero-primavera-base-snippet.liquidBase renderer for Primavera hero output and dynamic creator-aware content.cc-hero-primavera-mini-shell.liquid
snippets/cc-drops-product-curated-list-base-snippet.liquidCore logic/UI for curated lists, product grids, dropdown behavior, and pricing hooks.cc-drops-product-curated-lists-shell.liquid
snippets/cc-drops-product-signature-bundles-base-snippet.liquidCore bundle rendering and drop/fallback behavior for signature bundles.cc-drops-product-signature-bundles-shell.liquid
snippets/cc-process-dynamic-text.liquidReplaces dynamic text tokens (including nested creator paths and defaults).Hero, banner, quote, list, and bundle sections
snippets/cc-calculate-contrast-color.liquidComputes readable foreground color from background values.Hero, banner, and quote styling paths
snippets/cc-price.liquidCalculates creator-adjusted product pricing outputs.Curated list product rendering
snippets/cc-custom-product-card.liquidOptional override for custom product card markup in curated lists.Curated lists when custom card is enabled

Adding CC Sections in Theme Editor

  1. Go to Shopify Admin → Online Store → Themes → Customize.
  2. Open the target template (landing page, product page, etc.).
  3. Add a Section and search CC.
  4. Pick the relevant section (Hero, Products, Quote, Banner).
  5. Configure settings from the schema controls.
  6. Save and test with creator context active.

What To Customize First

  • Dynamic text fields (creator-aware copy)
  • Fallback behavior (what shows when creator/drop data is missing)
  • Colors/contrast controls
  • Product-card mode (default vs cc-custom-product-card)