FREE CURRENCY CALCULATOR (ESPAÑOL ABAJO)

Are you tired of the traditional currency calculators where your clients will have to leave your website and manually type in the amount in the calculator?

We offer a much easier and user friendly solution. With our currency calculator all your prices are exchanged to the currency your client wish to see directly on your website and by only one click (see example below):

ShowCurrency
Price in EURO 1 unit 5 units 10 units 25 units 50 units
Product A
2
9
15
25
45
Product B
5
20
35
65
120
Product C
10
45
80
160
300
Product D
15
70
130
250
400
Product E
20
90
160
310
560
Numbers not converted
20
90
160
310
560

This tool is completely free to use on your website (no commercial use is allowed) but we will of course accept donations if you think the tool is useful for your visitors (see PayPal donation link below).

Below you can find full instructions on how to install the currency converter.

To install the calculator on your website should not take more than 10-15min but some basic webmaster skills are needed. If you are not familiar with HTML we recommend that you get assistance from your webmaster or the person who normally updates your website.

 

 

CURRENCY CALCULATOR INSTALATION GUIDE

Install the currency calculator in 3 easy steps:

1 - Personalize the values of the calculator and ad code to your header in HTML document.

2 - Copy and paste the code before your price tables in the HTML code.

3 - Copy and paste the supporting code at the end of your HTML document.

 

 

1 - Personalize Currency Converter

You can ad the standard version of the calculator by coping the content show in the box below within the <head> and </head> tags. If you wish to personalize the calculator see explanation below:

<!-- begin SPAINREI Currency Converter -->
<link rel="stylesheet" type="text/css" href="http://currency.spainrei.com/currency.css">
<script>
SREIbaseCodeCurrency='eur'; // Moneda por defecto
SREIdecimal='.'; // Separador de decimales
SREImiles=','; // Separador de miles
SREIshowCurrency="no"; // Desea mostrar la moneda actual despues de cada cantidad? Posibles valores "yes", "no"
SREInumDecimal=0; // Numero de decimales a mostrar en la cantidades
</script>
<script src="http://currency.spainrei.com/change.php" type="text/javascript" charset="utf-8"></script>
<!-- end SPAINREI Currency Converter -->

The first thing you can change is the primary currency used by the calculator, which by defect is set to be EURO. This should be the same as the currency you originally public your prices.

To change this look for the following in the above code:
SREIbaseCodeCurrency='eur'; // Moneda por defecto

To change the primary currency you will have to change eur (in the SREIbaseCodeCurrency='eur';) to the desired currency using the official abbreviation of the European Central Bank (e.i. US$ = usd, see this link for full list currencies supported http://www.ecb.europa.eu/stats/exchange/eurofxref/html/index.en.html

At the moment the following values are supported:
'aud', 'bgn', 'brl', 'cad', 'chf', 'cny', 'czk', 'dkk', 'eek', 'eur', 'gbp', 'hkd', 'hrk', 'huf', 'idr', 'inr', 'jpy', 'krw', 'ltl', 'lvl', 'mxn', 'myr', 'nok', 'nzd', 'php', 'pln', 'ron', 'rub', 'sek', 'sgd', 'thb', 'try', 'usd', 'zar'

If you wish to change the punctuation used in the currency calculator (the punctuation for separating thousands and the punctuation before the decimals) you will have to look for the following in the above code:
SREIdecimal='.'; // Separador de decimales
SREImiles=','; // Separador de miles

The calculator is set to use coma to separate thousands and points to before the decimals (i.e. 9,200.12). If you want to change this to the points to separate thousands and coma to before the decimals (i.e. 9.200,12) you will have to change the code to the following:
SREIdecimal=','; // Separador de decimales
SREImiles='.'; // Separador de miles

If you wish to show the abbreviation of the currency shown in your price table after your visitor have done the conversion you will have to change the following in the code above:
SREIshowCurrency="no"; // Desea mostrar la moneda actual despues de cada cantidad? Posibles valores "yes", "no"

To show the abbreviation put "yes" instead of "no".

You can also change the number of decimals shown which is normally set to 0 (no decimals are shown i.e. if a price is calculated to 235.3 it will show 235). To change this you will have to replace the 0 (see example of code below) with the number of decimals you wish in the code above:
SREInumDecimal=0; // Numero de decimales a mostrar en la cantidades


 

2 - Ad the currency calculator to your website

<div>ShowCurrency</div>

Copy the code shown in the box above just before the table tag where you have prices you wish to convert. You will have to ad the code once for every table you wish to include the calculator ....

See example below:

<div>ShowCurrency</div>
<table width="100%">

The currency converter will automatically exchange the values of the prices in your table that includes a number and numbers + money symbols or abbreviations (ie $234, 234USD, US$234).

 

3 - Copy and Paste the final part at the end of your HTML code

Copy the code in the box below and paste it just before the </body> tag.

<!-- begin SPAINREI Currency Converter -->
<div id="SREIdivBase" class="SREIdivBase"><span class="label-divisa">Prices are in <strong><acronym title="euro">EUR</acronym></strong>. Convert to</span><span class="btn-divisa" title="US Dollar" onclick="SREIchange('usd',this);"><a href="javascript:void(0);">$</a></span><span class="btn-divisa" title="Pound" onclick="SREIchange('gbp',this);"><a href="javascript:void(0);">&pound;</a></span><span class="btn-divisa" title="Euro" onclick="SREIchange('eur',this);"><a href="javascript:void(0);">&euro;</a></span><span class="btn-more" title="More currencies" onclick="SREIshow(this);"><a href="javascript:void(0);">more &raquo;</a></span><span style="display:none;"><select name="SREIselectCurrency" onChange="SREIhide(this);SREIchange(this.options[this.selectedIndex].value,this.parentNode);" class="select-currency"><option value="eur">Original</option></select></span><span><a href="http://currency.spainrei.com/" alt="Free Currency Converter Tool">SpainREI Currency Converter</a></span></div><script>setTimeout("initSREICurrencyConverter()",40);</script> <!-- end SPAINREI Currency Converter -->


 

 

-----------------------------------

CONVERSOR DE MONEDA

Para instalar el conversor de moneda en su sitio Web solo necesitará unos minutos.

La instalación consta de 3 pasos:

1 - Configurar los valores de la herramienta.

2 - Pegar delante de cada tabla el codigo de la herramienta para convertir automáticamente los precios.

3 - Pegar el contenido del último bloque en la parte final de su hoja web.

 

1 - Configurar Currency Converter

Copie el contenido de la caja mostrada a continuación entre las etiquetas <head> y </head> de su hoja web:

<!-- begin SPAINREI Currency Converter -->
<link rel="stylesheet" type="text/css" href="http://currency.spainrei.com/currency.css">
<script>
SREIbaseCodeCurrency='eur'; // Moneda por defecto
SREIdecimal='.'; // Separador de decimales
SREImiles=','; // Separador de miles
SREIshowCurrency="no"; // Desea mostrar la moneda actual despues de cada cantidad? Posibles valores "yes", "no"
SREInumDecimal=0; // Numero de decimales a mostrar en la cantidades
</script>
<script src="http://currency.spainrei.com/change.php" type="text/javascript" charset="utf-8"></script>
<!-- end SPAINREI Currency Converter -->

Si lo desea puede cambiar algunos aspectos de su conversor de moneda.

Lo primero que debe hacer es modificar la moneda por defecto de su sitio Web.
Esto es importante porque se usará como referencia en para los ratios de conversión de una moneda a otra.

Busque en el código de la caja superior el texto:
SREIbaseCodeCurrency='eur'; // Moneda por defecto

Puede modificar el valor 'eur' por cualquiera de las monedas válidas. La monedas vienen definidas por los tipos de conversión aceptados por el Banco Central Europeo. Consulte http://www.ecb.europa.eu/stats/exchange/eurofxref/html/index.en.html

Para más información sobre las monedas aceptadas y la tasa de convesión que utiliza la herramienta en cada momento. Los valores aceptados en el momento de escribir este manual son:
'aud', 'bgn', 'brl', 'cad', 'chf', 'cny', 'czk', 'dkk', 'eek', 'eur', 'gbp', 'hkd', 'hrk', 'huf', 'idr', 'inr', 'jpy', 'krw', 'ltl', 'lvl', 'mxn', 'myr', 'nok', 'nzd', 'php', 'pln', 'ron', 'rub', 'sek', 'sgd', 'thb', 'try', 'usd', 'zar'

Si desea cambiar los signos de puntuación utilizados como separadores de decimales o de miles,
localice las lineas
SREIdecimal='.'; // Separador de decimales
SREImiles=','; // Separador de miles

Edite los valores situados entre comillas simples.
Por ejemplo, si deseamos como separador de decimales ,(coma) y como separador de miles .(punto)
Las lineas quedarían de la siguiente forma:
SREIdecimal=','; // Separador de decimales
SREImiles='.'; // Separador de miles

Tenga cuidado de no utilizar el mismo signo, letra o símbolo como separador de decimales y de miles o la herramienta podrías tener comportamientos inesperados.

Si desea que, tras hacer la conversión de moneda, la herramienta añada la abreviatura de la nueva moneda puede hacerlo modificando la linea:
SREIshowCurrency="no"; // Desea mostrar la moneda actual despues de cada cantidad? Posibles valores "yes", "no"

Cambien el valor entre comillas dobles. Los valores permitidos son "yes" y "no". Por defecto no se añade, pero si lo desea puede cambiar el valor a "yes" y probar
el resultado en su pagina. Tenga en cuenta que siempre podrá volver a modificar el valor a "no" y la moneda desaparecerá automáticamente.

Si desea que las cantidades se calculen, ajustando con mayor precisión la conversión, puede poner las cantidades expresadas con los decimales que desee. Para ello localice la linea:
SREInumDecimal=0; // Numero de decimales a mostrar en la cantidades

El valor por defecto es 0 (cero). Si desea mostrar 2 decimales, solo tiene que modificar este valor a 2.

Si en su tabla aparecen numeros que no desea que sean convertidos a diferentes monedas, puede poner un atributo especial en el código que indica a la herramienta que esa celda no debe ser comprobada. Para evitar la conversión en una celda añada el atributo currency="no" a la celda deseada.
Por ejemplo:<td currency="no>

 

2 - Pegar delante de cada tabla el codigo de la herramienta

<div>ShowCurrency</div>

Pegue esta sencilla linea justo delante de las tablas donde desee poner la conversión de moneda. Puede poner el conversor en tantas tablas de la misma hoja web como desee. Pero recuerde que esta linea debe estar situada justo delante de la declaración <table ....

Por ejemplo:

<div>ShowCurrency</div>
<table width="100%">

La herramienta explora de forma automática los valores de las celdas de la tabla
y aplica conversión a las celdas que contengan cantidades númericas y que estén
acompañadas o no de algún símbolo de moneda o abreviatura de moneda.

 

3 - Pegar el contenido del último bloque en la parte final de su hoja web

Copie el contenido de esta caja al final de la etiqueta <body> en el codigo fuente de su página.

<!-- begin SPAINREI Currency Converter -->
<div id="SREIdivBase" class="SREIdivBase"><span class="label-divisa">Prices are in <strong><acronym title="euro">EUR</acronym></strong>. Convert to</span><span class="btn-divisa" title="US Dollar" onclick="SREIchange('usd',this);"><a href="javascript:void(0);">$</a></span><span class="btn-divisa" title="Pound" onclick="SREIchange('gbp',this);"><a href="javascript:void(0);">&pound;</a></span><span class="btn-divisa" title="Euro" onclick="SREIchange('eur',this);"><a href="javascript:void(0);">&euro;</a></span><span class="btn-more" title="More currencies" onclick="SREIshow(this);"><a href="javascript:void(0);">more &raquo;</a></span><span style="display:none;"><select name="SREIselectCurrency" onChange="SREIhide(this);SREIchange(this.options[this.selectedIndex].value,this.parentNode);" class="select-currency"><option value="eur">Original</option></select></span><span><a href="http://currency.spainrei.com/" alt="Free Currency Converter Tool">SpainREI Currency Converter</a></span></div><script>setTimeout("initSREICurrencyConverter()",40);</script> <!-- end SPAINREI Currency Converter -->

Nota: El código debe pegarlo justo delante de:

</body>
</html>


 

Prices are in EUR. Convert to$£more »SpainREI Currency Converter