Пример #1
0
    ?>
 />
						Use same commission as initial payment 
						<?php 
    echo MM_Utils::getInfoIcon('The commission used on initial payment is based on the commission settings defined for the affiliate in the 3rd party affiliate configuration.');
    ?>
					
						<br/>
						
						<input id="rebill_commission_selector" name="rebill_commission_selector" value='custom' type="radio" <?php 
    echo $customCommissionSelected;
    ?>
 />
						Use the following commission on rebills 
						<input id="mm_rebill_commission_value" type="text" size="6" value="<?php 
    echo $profile->getRebillCommissionValue();
    ?>
" onkeydown="return mmjs.checkRebillCommission(event)" onchange="mmjs.rebillCommissionChangeHandler()" />
						
						<select id="rebill_commission_type_selector" name="rebill_commission_type_selector">
							<option value="<?php 
    echo MM_CommissionProfile::$COMMISSION_TYPE_PERCENT;
    ?>
" <?php 
    echo $percentSelected;
    ?>
>%</option>
							<option value="<?php 
    echo MM_CommissionProfile::$COMMISSION_TYPE_FLATRATE;
    ?>
" <?php