...
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 | ||
---|---|---|
| ||
...
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 | ||
---|---|---|
| ||
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. |
...