</div> <input id="mm-has-associations" type="hidden" value="<?php echo $bundle->hasSubscribers() ? "yes" : "no"; ?> " /> <input id="mm-subscription-type" type="hidden" /> <div id="mm-paid-bundle-settings" style="margin-top:5px; <?php if ($bundle->isFree()) { echo "display:none;"; } ?> "> <?php $productsList = MM_HtmlUtils::getBundleProducts($bundle->getId(), $bundle->getAssociatedProducts()); if (!empty($productsList)) { ?> <span style="font-size:11px;"> Products <?php echo MM_Utils::getInfoIcon("Paid bundles can have multiple products associated with them which allows you to offer different pricing for the same bundle Select one or more products below to associate with this bundle.", ""); ?> </span> <select id="mm-products[]" name="mm-products-list" multiple="multiple" style='width: 95%;' size='6'> <?php echo $productsList; ?> </select>