
07-13-2016, 05:13 AM
|
 |
Paid Member
|
|
Join Date: Nov 2014
Posts: 13
|
|
Quote:
Originally Posted by Joe Richards
Hello, this is a very nice tool I've been using for a while. Is there a way make the HTML code default to a specific currency? I have different pages for different countries, so I'd like to have it default to the corresponding currency for each country.
|
Hello,
Thank you for being with us.
To specify the currency on the page, use this code:
Code:
<script type="text/javascript"> Ecwid.OnAPILoaded.add(function() { window.SimcaseWidget && SimcaseWidget.CurrencyConverter.setCurrency('RUB'); })</script>
If you have any questions, I will be glad to answer and help you.
Please contact me at contact@simcase.ru so I can quickly respond to you.
|