Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
stylenone

...

Create/Configure Base Product

The first step is to create the base product for the bundle you are offering. Inside the base product, add your variant options to Variant1; and then be sure to enable the Bundle Variants option.

Expand
titleExpand for a sample screenshot of an appropriately configured base product
image-20240326-223208.jpeg

Create Offers within the Campaign

Next, go into your campaign and create separate offers for each quantity that you will be offering. Be sure to use the Qty Per Order value within the offer set up. Keep note of the campaignProductIds for each option as you will need these later.

Expand
titleExpand for a sample screenshot of the offer setup for a bundle of up to 3 items
image-20240326-223952.jpeg

Add Variant Bundle Element to Funnel Page

With the product and offers all configured, we are now ready to create the bundle selection on the funnel page.

...

Variant Bundle 2 will display dropdown selectors corresponding to the quantity selected, and the customer will make their variant selection within each dropdown.

...

Add and Configure a Select element in the Variant Bundle element

By default, the Variant Bundle elements do not contain a dropdown element. Add a Select element to the Variant Bundle element:

...

With Product applied as the name, you can now list the bundle options within the “Options” section within the Style Manager. To build this list, add the campaignProductId and the title of that selection; with 2 colons in-between. You can list as many selections here as you need - just be sure the proper campaignProductIds are set for each option.

Code Block
languagenone
campaignProductId:: Title of Selection 1
campaignProductId:: Title of Selection 2
campaignProductId:: Title of Selection 3
campaignProductId:: Title of Selection 4 ...

...

Info

You can style the Element Container for the variants and that styling will apply to all of the options that dynamically display.

Save, Publish, and Test

Once all previous steps are complete you can now save the page, publish the funnel, and place a test.

...