What Are Co-Branded Shopping Experiences?
Co-branded experiences personalize your storefront around each creator:- Creator profile and branding displayed
- Creator-curated product recommendations (drops)
- Creator notes and reviews on products
- Creator discount codes automatically applied
- Personalized messaging and content
- Feels like shopping with the creator
- Authentic, personalized experience
- Higher conversion rates
- Stronger emotional connection
Types of Shopping Experiences
Creator Landing Pages
Purpose:- Dedicated page for each creator
- Showcase creator profile and drops
- Entry point for creator traffic
- Build creator brand presence
- Creator profile (photo, bio, brand color)
- Featured drops
- Creator’s product recommendations
- Discount code prominently displayed
- Creator’s story and content
Personalized Product Pages
Purpose:- Show creator’s review/note on products
- Display creator’s related recommendations
- Apply creator discount automatically
- Create personalized product experience
- Creator product review/note
- “Recommended by [Creator]” messaging
- Other products from creator’s drops
- Creator discount code display
- Creator profile badge
Co-Branded Collections
Purpose:- Display creator’s drops as collections
- Curated product lists
- Creator context throughout
- Story-driven product presentation
- Drop title and description
- Products with creator enhancements
- Creator notes on products
- Drop custom fields
- Creator branding
Creator Directory
Purpose:- Browse all creators
- Discover creator partnerships
- Find specific creators
- Explore creator shops
- Grid/list of creators
- Creator profile previews
- Filter by tags/categories
- Link to creator pages
- Search functionality
Three Ways to Launch
Before diving into code, choose your implementation approach. Each has different speed, customization, and complexity trade-offs.| Approach | Speed | Customization | Best For |
|---|---|---|---|
| Pre-Built CC Sections | ⚡⚡⚡ Fastest (30–60 min) | Low | Quick tests, proof of concept, getting live today |
| Subtle Theme Modifications | ⚡⚡ Balanced (1–2 hours) | Medium | Existing brands that want to keep their current design but add creator touches |
| Experimental Bespoke | ⚡ Moderate (2–4 hours) | High | Brands wanting something unique and on-brand |
Quick Start: Out-of-the-Box Blocks
Complete step-by-step walkthrough for the Pre-Built CC Sections approach—get live in under an hour
Approach 1: Pre-Built CC Sections
Use CreatorCommerce’s pre-built sections (files starting withcc- in your theme’s sections/ folder) to build a complete creator landing page template.
What you do:
- Select 2–4 CC sections that match your brand personality (hero + products + optional banner)
- Create a
templates/metaobject/creator.jsontemplate that orders them - Configure basic settings in the Theme Editor
cc-hero-equinox.liquid— High-impact animated herocc-hero-primavera-mini.liquid— Clean, minimal herocc-drops-product-curated-lists-shell.liquid— Product grid with dropscc-banner-momentum.liquid— Promotional banner
Approach 2: Subtle Theme Modifications
Copy your current homepage template and make subtle modifications to add creator personalization. Your brand stays intact — you’re just layering in creator context. What you do:- Duplicate
templates/index.jsonto create a creator version - Modify headlines to include creator name via dynamic text tokens
- Add discount code display to CTAs
- Optionally filter products to creator drops
- Headlines: Use
[cc-creator-first-name]tokens in text settings - Price display: Add
cc-price.liquidsnippet to show creator discounts - Product grids: Optionally filter to creator drops collections
- Banners: Display discount code prominently
Approach 3: Experimental Bespoke
Start with your homepage as the foundation, then transform 2–3 key sections into something fresh and creator-forward. Keep the brand feel but add intentional creator elements. What you do:- Start with
index.jsonas your base - Pick 2–3 sections to transform (typically hero + product grid + one other)
- Either enhance existing sections with creator data, replace them with CC sections, or build custom sections using CC data access patterns
- A unique look that stands out from typical affiliate pages
- Creative flexibility to experiment with layouts
- A hybrid of your existing brand aesthetic with creator elements
Building Your First Experience
Step 1: Access Creator Data
Basic Pattern:- Gets creator handle from cart attributes
- Looks up creator in metaobjects
- Accesses creator data
- Handles missing creator gracefully
Step 2: Display Creator Profile
Show Creator Information:Step 3: Display Creator Drops
Iterate Through Drops:Step 4: Show Creator Discount
Display Discount Code:Quick Start: Creator Landing Page
Simple Implementation:- Create new Shopify page template
- Access creator via metaobject
- Display creator profile
- Show creator’s drops
- Add discount code display
- Personalized landing page
- Creator branding throughout
- Easy to share and link
- Converts creator traffic
Quick Start: Product Review Section
Show Creator’s Product Note:Design Considerations
Mobile-First
Why:- Most creator traffic is mobile
- Instagram/TikTok links drive mobile visits
- Mobile experience is critical
- Creator profile at top
- Discount code prominent
- Easy product scrolling
- Touch-friendly interactions
Authenticity Over Polish
What Works:- Creator photos (not stock)
- Real creator notes/reviews
- Creator voice and tone
- User-generated content
- Generic product descriptions
- Stock photography only
- Overly polished, inauthentic content
- Ignoring creator’s voice
Visual Hierarchy
Priority Order:- Creator profile (who they’re shopping with)
- Discount code (value proposition)
- Products (what they’re shopping for)
- Additional content
Brand Co-Branding
Balance:- Creator branding visible
- Brand identity maintained
- Co-branded feel
- Professional appearance
Testing Your Experience
Test Checklist
Before Launch:- Creator data displays correctly
- Drops load and display properly
- Discount codes work
- Product reviews/notes show
- Mobile experience works
- Fallbacks work (no creator context)
- Links function correctly
- Images load properly
Test Scenarios
With Creator Context:- Visit creator landing page
- Click creator link → product page
- Verify creator data appears
- Test discount code application
- Visit storefront normally
- Verify neutral experience
- No broken images/links
- Graceful degradation
Best Practices
Always Handle Missing Data
Defensive Coding:Use Fallbacks
For Missing Content:Optimize Performance
Lazy Load Images:Next Steps
After building your first experience:- Test Thoroughly - Verify all scenarios work
- Track Performance - Monitor metrics (see Attribute & Analyze)
- Iterate - Improve based on data
- Scale - Build more experiences (see Optimize & Scale)
Related Documentation
- Quick Start: Out-of-the-Box Blocks - Fast-track setup using pre-built sections
- Co-Branded Storefronts - Detailed implementation guide
- Drops & Products Data Model - Understanding drop structure
- Data Model Overview - Access patterns