Beispiel #1
0
	jQuery("#mm-currency-format").dialog({autoOpen: true, width: "600", height: "350"});
}
</script>
<div class="mm-wrap">
    <p class="mm-header-text">Currency <span style="font-size:12px;"><a href="https://membermouse.uservoice.com/knowledgebase/articles/319033-currency-settings" target="_blank">Learn more</a></span></p>
    <div style="clear:both; height: 10px;"></div>
    <div style="margin-bottom:10px; width:550px;">
    	Setting the currency indicates which currency customers will pay in and also determines how all product and coupon prices are 
    	formatted across the site. If you're changing the currency and you've already defined product and coupon prices, you'll need to go 
    	through each product or coupon and update the prices to the new currency. MemberMouse does NOT perform automatic currency conversion.
    </div>
	
	<div style="margin-top:10px;">
		<select id="mm_currency_selector" name="mm_selected_currency">
		<?php 
echo MM_HtmlUtils::getSupportedCurrenciesList($currentCurrency);
?>
		</select>
		<?php 
echo $warningBox;
?>
	</div>
	
	<div style='margin:10px 0px 5px;'>
		<label>
			<input id="mm_postfix_iso_to_currency" name="mm_postfix_iso_to_currency" value='1' type="checkbox" <?php 
echo $postfixIsoToCurrency == "1" ? "checked" : "";
?>
 />
			Append the currency code after the amount (ie. $100.00 becomes $100.00 USD)
		</label>