Exemple #1
0
echo $rebillFrequencyList;
?>
				</select>
				</p>
				<p style="margin:5px 0px 5px 0px;">
					Payment Plan
				    <span style='margin-left: 10px; vertical-align:middle;'>
				    	<input type='checkbox' id='mm-limit_payments' value='1' <?php 
echo $product->doLimitPayments() ? 'checked' : '';
?>
 onchange="mmjs.enableLimitPayments();" <?php 
echo $hasBeenPurchased ? "disabled" : "";
?>
/> limit to 
				    	<input type='text' id='mm-number_of_payments' value='<?php 
echo $product->getNumberOfPayments() != 0 ? $product->getNumberOfPayments() : "";
?>
'  style='width: 50px' <?php 
echo $enableNumberOfPayments;
?>
 <?php 
echo $hasBeenPurchased ? "disabled" : "";
?>
 /> 
				    	payments
				    </span>
				    <input type='hidden' id='mm-do_limit_payments' value='<?php 
echo $product->doLimitPayments() ? '1' : '0';
?>
' />
				</p>