Can I embed my Zenbox bundle directly into another Shopify page?
Short answer: Not natively. Bundles can’t be embedded into other pages using just a URL or embed code.
At the moment, bundles created with Zenbox: BundleBuilder cannot be directly embedded into other pages (like your homepage, a product page, or a custom landing page) using just the bundle link or a copy-paste embed code.
Each bundle you create lives on its own dedicated product page, which is automatically generated by the app. This is where the full bundle-building logic, step-by-step layout, and discount rules are loaded.
Why can’t I just use the bundle URL or iframe to embed it?
Shopify doesn’t support iframe embedding or cross-page rendering of app-powered content for security and technical reasons. Pasting the bundle URL into a page will just create a clickable link, not display the bundle itself within that page.
Is there a workaround?
Probably, yes, but not recommended. It requires custom development. If you’re working with a Shopify developer, here’s what they can try:
Option: Custom script injection via the Zenbox “Editor” tab
Each bundle in Zenbox has an Editor tab where you can add custom Liquid or JavaScript.
A developer can use this to:
Create a script that simulates embedding
Or build a custom section that pulls in bundle elements dynamically
⚠️ Important Note: this is an advanced workaround and not officially supported. It involves custom coding and won’t work out of the box with just a URL.
Recommended setup instead
We recommend linking to the bundle page using:
Your store’s navigation menu (via Online Store > Navigation)
A call-to-action button on your homepage
A product grid or banner that links to your bundle’s unique URL
You can also customize your bundle’s appearance (via the Editor tab) to better match your store’s theme.