Articles on: Easy Bundles - Product page builder FAQs

Embedding App Scripts ( Product page bundles) on Shopify Page Builders Work for Ecomposer , Gempages, other page builders

The video below will describe on Embedding App Scripts - Product page bundles - on Shopify Page Builders Work for Ecomposer , Gempages, other page builders





For Product Page only - this is with regards to parent product created in your Shopify
<div class="gbbMixAndMatchBundleWrapper gbbMixAndMatchProductPageAppBlock">
</div>
<script async src="https://d1712zxri13o2p.cloudfront.net/product-page-bundle/production/active/mixAndMatchBundle.js"></script>
<link async rel="stylesheet" href="https://d1712zxri13o2p.cloudfront.net/product-page-bundle/production/active/mixAndMatchBundle.css">



For Home Page or any other page - Replacing product handle with the product name
<div class="gbbMixAndMatchBundleWrapper gbbMixAndMatchProductPageAppBlock">
</div>
<script>
        window.easyBundlesPDPConfig = {
          productHandle: "inline-test"
        };
</script>
<script async src="https://d1712zxri13o2p.cloudfront.net/product-page-bundle/production/active/mixAndMatchBundle.js"></script>
<link async rel="stylesheet" href="https://d1712zxri13o2p.cloudfront.net/product-page-bundle/production/active/mixAndMatchBundle.css">

Updated on: 18/06/2025

Was this article helpful?

Share your feedback

Cancel

Thank you!