All Collections
Bundle Bear
App installation
How to add Bundle Bear to GemPages / PageFly / any other page builder
How to add Bundle Bear to GemPages / PageFly / any other page builder
Jonathan Biri avatar
Written by Jonathan Biri
Updated over a week ago

(1) Make sure your "Automated placement" checkbox is OFF.


(2) Copy the tag (<div class="cb-bundles"></div>).


IMPORTANT: If you are using Themes 2.0 - open your Themes tab > customize theme > click on the bottom Themes settings > enable Bundle Bear and save.

(3) Open your GemPages app (or any other page building app, like PageFly / LayoutHub / etc...)

(4) Open your product page.

(5) Add an HTML element.

(6) Paste the code:

<div class="cb-bundles"></div>

and save.

(7) Publish your changes.

(8) Go to your store and test the app.

Not working?

That means our app did not recognize your product form.

Replace:

<div class="cb-bundles"></div>

With:

<script>

window.customBundleBearProductId = XXXXXXXXXX;

</script>

<div class="cb-bundles"></div>

Where XXXXXXXXXX is your product ID, taken from the URL in your products backend:

For example, here's the expected result:

<script>

window.customBundleBearProductId = 4606799806523;

</script>

<div class="cb-bundles"></div>

Then - save and publish your changes.

(!) PLEASE MAKE SURE TO TEST ON THE LIVE STORE OR PREVIEW

Did this answer your question?