>
Download This Plugin | |
Download Elegant Themes | |
Name | LocalCurrency |
Version | 2.7 |
Author | Stephen Cronin |
Rating | 80 |
Last updated | 2014-10-23 01:05:00 |
Downloads |
5192
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
LocalCurrency plugin added 14 bytes of resources to the Home page and 27 bytes of resources to the sample Post page.
LocalCurrency plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! LocalCurrency plugin ads no tables to your Wordpress blog database.The LocalCurrency WordPress plugin allows visitors to see currency values in their local currency (in brackets after the original value). For example: If the site's currency is Chinese yuan and the post contains 10 yuan, a user from Australia will see 10 yuan (AUD$1.53), while a user from US will see 10 yuan (USD$1.39).
I've seen many bloggers write something like: 10 yuan (about $1.50) - because many of their readers don't know how much the yuan (or whatever currency they are using) is worth. LocalCurrency automatically does this for you and tells readers exactly how much it's worth, in their own currency, wherever they are from.
Enter any currency values you want converted within <!--LCSTART-->
and <!--LCEND-->
tags. This can be done through the Code view. Simply select the number to be converted and click the LocalCurrency Quicktag. This should enter the tags for you. For example:
<!--LCSTART-->
$10<!--LCEND-->
For a currency range, use a hyphen between values (without spaces), eg:
<!--LCSTART-->$50-100<!--LCEND-->
Note: If you disable the plugin, the tags will remain in your post but will not be shown, because they are in a HTML comment.
The plugin strips non numeric characters (such as $) from between the tags, before converting the value. However, some currency symbols may include numeric characters. For example, 10元 may be stored as 10&#20803;
. The 20803 will remain after the non numeric characters are stripped and will be considered as part of the value to convert, resulting in an incorrect value.
If you experience this problem, simply leave the currency sign outside the tags (ie: <!--LCSTART-->
10<!--LCEND-->
元).
This plugin is officially not supported (due to my time constraints), but if you post problems to the support forum, I'll try to help.
This plugin is released under the GPL licence. I do not accept any responsibility for any damages or losses, direct or indirect, that may arise from using the plugin or these instructions. This software is provided as is, with absolutely no warranty. Please refer to the full version of the GPL license for more information.