Beispiel #1
0
    $validSmartTags .= "[MM_Member_Decision]\n";
    $validSmartTags .= "[MM_Member_Link]\n";
    $validSmartTags .= "[MM_Purchase_Link]";
    ?>
				<span style="font-size:11px; color:#666666; margin-left: 5px;">
				Insert template: <a href="javascript:insertBasicTemplate();" style="color:#21759B;">Product Information</a>, <a href="javascript:insertAdvancedTemplate();" style="color:#21759B;">Collect Shipping Info and Coupon Code</a>
				<br/>
				<em>Note: Only certain SmartTags can be used here</em></span>
				<?php 
    echo MM_Utils::getInfoIcon($validSmartTags, "");
    ?>
			</div>
			
			<div style="margin-top:5px">
				<textarea id='mm-purchase_confirmation_message' style="width:100%; height:140px; font-family:courier; font-size: 11px;"><?php 
    echo htmlentities($product->getPurchaseConfirmationMessage(), ENT_QUOTES, 'UTF-8', true);
    ?>
</textarea>
			</div>	
		</td>
	</tr>
	<?php 
}
?>
	</table>
</div>
<script type='text/javascript'>
mmjs.toggleTrial();
mmjs.toggleRecurring();
mmjs.enableLimitTrial();