How to integrate Releasit Bundles app with Gempages and Pagefly
To integrate Releasit Bundles app with Gempages, you will need to do the following:
- Open Gempages
- Navigate to Product template
- Click on Elements and Assign Custom Code Element

- Place Custom Code Element to position of your preference

- Add following code: <script type="text/plain" class="product-json" id="product-json{{product.id}}">{{ product | json }}</script>
<div class="rb-gempages-hook"></div>
- Click Save and the Bundles will be active
If you only need upsells or bundles only to be visible, replace <div class="rb-gempages-hook"></div> with one of the following:
<div class="rb-gempages-hook" data-widget-type="bundle"></div> For Bundles only
<div class="rb-gempages-hook" data-widget-type="upsell"></div> For Upsells only
In case you need any additional help, please reach out to our support
Updated on: 23/04/2026
Thank you!
