Articles on: Bundle Offers & Offer Types

How to integrate Releasit Bundles app with Gempages

To integrate Releasit Bundles app with Gempages, you will need to do the following:


  1. Open Gempages
  2. Navigate to Product template
  3. Click on Elements and Assign Custom Code Element
  4. Place Custom Code Element to position of your preference
  5. Add following code: <script type="text/plain" class="product-json" id="product-json{{product.id}}">{{ product | json }}</script> <div class="rb-gempages-hook"></div>
  6. 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: 05/08/2026

Was this article helpful?

Share your feedback

Cancel

Thank you!