top of page

How to Display Zazzle Products on Shopify

The Zazzle Product Feed for Shopify

Z-Feed for Shopify Integration

Integrating Z-Feed into your Shopify website takes just minutes. Simply copy and paste your Z-Feed script into your Shopify theme page or liquid code file, and customize it with your store ID, collection, or search term.

 

Once published, Z-Feed automatically pulls live products from Zazzle and displays them in a clean, responsive grid or horizontal slider that matches your site’s design. No complex setup, no manual product updates, no more cut & pasting products 1 by 1 - just dynamic, always current content that keeps your Shopify site fresh and monetized.

Z-Feed Examples With Code Snippets

<script src="https://matchup-solutions.s3.us-west-1.amazonaws.com/z-feed-free-basic-2-2c.js" 
data-store="chrisdavenportdok" 
data-collection="119027605726002098" 
data-limit="20" 
data-affiliate="238121889428385595" 
data-heading="Chris Davenport - Holidays" 
data-subheading="Mode: Horizontal Strip/Slider, Collection example" 
data-mode="strip"

data-strip-cards="5"> 
</script>

<script src="https://matchup-solutions.s3.us-west-1.amazonaws.com/z-feed-free-basic-2-2c.js" 
data-store="disney" 
data-limit="8" 
data-affiliate="238121889428385595" 
data-heading="Disney - Top Products" 
data-subheading="Grid Mode: Max = 8, Cards/Columns = 4" 
data-mode="gird" 

data-cards="4"> 
</script>

<script src="https://matchup-solutions.s3.us-west-1.amazonaws.com/z-feed-free-basic-2-2c.js" 
data-store="" 
data-collection="" 
data-limit="5" 
data-affiliate="" 
data-container="" 
data-search="beach wedding invitations" 
data-heading="Search Results - Beach Wedding Invitations" 
data-subheading="Grid Mode: Max = 7, Cards/Columns = 5" 
data-mode="grid" 
data-cards="3">
</script>
 

<script src="https://matchup-solutions.s3.us-west-1.amazonaws.com/z-feed-free-basic-2-2c.js" 
data-store="sandraboynton" 
data-collection="" 
data-limit="20" 
data-affiliate="" 
data-heading="Sandra Boynton - Best Sellers" 
data-subheading="Defaults example with only Store Id specified">
</script>

bottom of page