Prices can be displayed in various currencies by installing the following code snippets:
Add the currency selector menu where desiered:
<select id="currencies" name="currencies"> <option value="USD" selected="selected">USD</option> <option value="CAD">CAD</option> <option value="EUR">EUR</option> <option value="GBP">GBP</option> <option value="AUD">AUD</option> </select>
Add the javascript source file in General Settings -> HTML Inserts -> 5) -> http:
<script src="http://efashioncentral.com/ar/js/curr/curr.js?2" type="text/javascript"></script>
and
General Settings -> HTML Inserts -> 5) -> https:
<script src="https://www.efcsecurecheckout.com/ar/js/curr/curr.js?2" type="text/javascript"></script>