Skip to main content

What It Is

Every creator gets a unique landing page on your Shopify store that showcases their personal brand alongside yours. These pages are the entry point for co-branded shopping experiences.

Key Capabilities

  • Dynamic creator content — Name, photo, bio, social links
  • Curated product displays — Creator’s handpicked “drops”
  • Discount callouts — Prominent code and savings display
  • Brand-matched theming — Creator colors within your design system
  • Full Liquid control — Build any layout with standard Shopify templating

How It Works

{% assign cc_creator = metaobject %}

<section class="creator-hero">
  <img src="{{ cc_creator.data.value.cc-creator-profile-picture | image_url: width: 400 }}" />
  <h1>{{ cc_creator.cc-creator-first-name }}'s Picks</h1>
  <p>{{ cc_creator.cc-creator-shop-description }}</p>
  <span class="discount">{{ cc_creator.cc-collab-discount-amount }}% OFF with {{ cc_creator.cc-collab-discount-code }}</span>
</section>

Use Cases

ScenarioImplementation
Influencer storefrontsFull hero + product grid + testimonial
Affiliate link destinationsFocused product cards + discount CTA
Professional endorsementsCredential-forward with featured products
Ambassador programsCommunity showcase with social proof

How This Connects

  • Landing pages depend on creator and collab fields being present in cc_creator.
  • That data is typically hydrated by Recruitment Integrations and Whitelabel Forms & Dashboards.
  • Landing pages are usually the first page view where creator context is established, then reused by product pages, popups, cart, checkout, and email.
  • Use the canonical creator resolution pattern from Co-brand Your Shopify Theme to keep behavior consistent across templates.