Bundles Guide | Viva Helix

Manage Bundles

Summary

Purpose of Bundles: Bundles let customers purchase multiple sessions in a single transaction, providing a lower per‑session price and encouraging the purchase of complementary training.

Step-by-step Instructions

1) Select sessions

  • Choose the sessions to include in the bundle.
  • These sessions must be in Scheduled or Confirmed status.

2) Configure sessions

  • Enable the Bundle option on each selected session.

3) Create a coupon for the bundle

  • Create a coupon that applies a discount to the bundle.
  • The coupon prevents duplicating sessions with alternate prices and ensures all enrollments are grouped.
  • To apply a discount per bundle purchased, use a percentage (%) rather than a fixed amount.
  • Example: A percentage discount on a 5‑session bundle applies to the bundle total multiplied by 5.

4) Create the bundle

  • Open the Bundles menu.
  • Click Create New.
  • Enter the bundle name.
  • Select the included sessions.
  • Link the discount coupon.
  • Optional: Check seat calculation to cap total enrollments based on the smallest capacity session.

Purchasing the bundle

Option 1 — Buy button on your website

Add this HTML code, replacing bundle_id with the bundle’s ID:

<form method="post" action="https://xxxx.vivadminsys.com/students/carts_sessions">
  <input type="hidden" name="bundle_id" value="312"/>
  <input type="hidden" name="lang" value="en-us"/>
  <input type="submit" name="submit" value="Buy a bundle"/>
</form>

Option 2 — Purchase via the eCatalog

  • The bundle is visible only for the sessions attached to it.
  • The discount coupon is automatically applied at the invoice review step.

Tips / FAQs

  • Prefer a percentage coupon so the discount scales with the number of sessions in the bundle.
  • Confirm that all sessions in the bundle have the Bundle option enabled.
  • With seat calculation, the bundle’s total stock respects the smallest capacity among its sessions.



    • Related Articles

    • Manage Coupons, Gift Certificates, and Membership

      Summary This guide explains how to configure and manage coupons, gift certificates, and memberships in the platform, including available options and specific use cases. Step-by-step Instructions 1) Coupons Creating a coupon Go to the coupon creation ...
    • Links to Website

      Summary This guide provides direct links and HTML code snippets to integrate access to your catalog, user accounts, sessions, calendar, and bundle purchases directly from your website. Step-by-step Instructions Main links Action Description Link ...
    • Using Session Tags

      Summary What is a session tag? The Tag feature lets you create invitations that bundle multiple sessions into a single shopping cart. By adding the same keyword (tag) in the settings of different sessions, they are linked together to simplify ...
    • Session Selection

      Summary This guide explains how to configure session selection using a master session (visible in the catalog) and child sessions (private), then create and publish the selection for participant purchase. Step-by-step Instructions 1) Create a master ...
    • Automated Management of Session Publication and Registrations

      Summary This guide explains how to use Viva Helix’s new options to automate session visibility in the catalog and control when registrations become available. Two separate settings provide flexibility: the catalog publication date and the ...