Beispiel #1
0
'  style='margin-left: 10px; width: 50px;' <?php 
echo $hasBeenPurchased ? "disabled" : "";
?>
/> 
					<select id='mm-trial_frequency' style='width:100px;' <?php 
echo $hasBeenPurchased ? "disabled" : "";
?>
>
					<?php 
echo $trialFrequencyList;
?>
					</select>
				</p>
				<p style="margin:5px 0px 5px 0px;">
				    <input type='checkbox' id='mm-limit_trial' value='1' <?php 
echo $product->doLimitTrial() ? 'checked' : '';
?>
 onchange="mmjs.enableLimitTrial();" <?php 
echo $hasBeenPurchased ? "disabled" : "";
?>
/>
					Only allow one trial per member
					<?php 
echo MM_Utils::getInfoIcon("Checking this option instructs MemberMouse to only allow each member to get the trial once. If this is checked, the second time a member attempts to purchase this product they will be redirected to the checkout page and instructed to purchase the alternate product defined below.");
?>
				    <input type='hidden' id='mm-do_limit_trial' value='<?php 
echo $product->doLimitTrial() ? '1' : '0';
?>
' />
					<div id='mm_limit_trial_row' style='display:none; font-size:11px; padding-left:24px; padding-top:5px;'>
						Alternate Product <?php