*************************************CURRENCY VALUES v0.1**************************************

1)Upload currency_values.php file into catalog/includes/boxes/

2)Open catalog/includes/languages/english.php file

And Add This New Lines:

define('BOX_HEADING_CURRENCY_VALUES','Currency Values');

3)Open catalog/includes/column_left.php or catalog/includes/column_right.php (where you want) and Add

require(DIR_WS_BOXES . 'currency_values.php');

-[OPTIONAL]-
4)if you want to change currency types than find "cur=TRY;USD;EUR&v=1" and change your require currency types (like cur=USD;EUR;GBP;JPY;CAD;AUD&v=1 "with currency codes").
And if you want to change language types than find "lang=en" and change your require language type (like lang=tr "with language codes"), but you can to use just with languages English, Espanol, Francais, Deutsch, Turkish.


For more info or to create-set your currency values script codes for your web-site , look at this pages.
http://www.gocurrency.com
http://www.gocurrency.com/sample.html
http://www.gocurrency.com/v2/convert...-converter.php


That's All.Enjoy...

More...