Home
Random
Recent changes
Special pages
Community portal
Preferences
About eStyle
Disclaimers
eStyle
Search
User menu
Talk
Contributions
Create account
Log in
Editing
Adding Currency Conversion
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
[[Category:Developers]] ==Add Currency Conversion to an eSC Web Site== Prices can be displayed in various currencies by installing the following code snippets: Add the currency selector menu where desiered: <source lang="html4strict"> <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> </source> Add the javascript source file in General Settings -> HTML Inserts -> 5) -> http: <source lang="html4strict"> <script src="http://efashioncentral.com/ar/js/curr/curr.js?2" type="text/javascript"></script> </source> and General Settings -> HTML Inserts -> 5) -> https: <source lang="html4strict"> <script src="https://www.efcsecurecheckout.com/ar/js/curr/curr.js?2" type="text/javascript"></script> </source>
Summary:
Please note that all contributions to eStyle may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
EStyle:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)