This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Geoplugin Currency Shortcode

वर्णन

Usage:
[currency]800[/currency]
[currency base=”USD”]2000[/currency]

Only base=”XXX” is supported, where XXX is the three-letter currency code (GBP, USD, EUR etc.)
This plugin has GBP as the default base currency. If you want a different default base currency or output format, fork the plugin.

The ~ character is included in the output to indicate that it is only an approximate conversion, as the geoplugin.net rates will be different to the rates you might actually use.

स्क्रीनशॉट

  • Showing the output before and after the plugin is activated.

स्थापना

  1. Unzip and upload geoplugin-currency-shortcode folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

नेहमी विचारले जाणारे प्रश्न

Can I change the base currency or output format?

Yes, amend the plugin code. For such a simple plugin, it’s unlikely I’ll be adding a settings page.

समीक्षा

डिसेंबर 27, 2016 1 उत्तर
Very useful little plugin, I use it to display hotel prices in the currency of the country where the hotel is in - and in the country where the visitor is at. Great to give my site's visitors the complete price picture. Only thing is setting the base currency like this doesn't work: [currency base=”PHP”]2000[/currency] I had to change it in the code, easy enough, but I just hope this plugin will keep on being updated when needed so it will keep working. Anyway, thanks for sharing it with the world, appreciate it.
सर्व 3 पुनरावलोकने वाचा

योगदानकर्ते आणि विकसक

“Geoplugin Currency Shortcode” हे मुक्त स्रोत सॉफ्टवेअर आहे. पुढील लोक या प्लगइनच्या निर्मितीत योगदान केले आहे.

योगदानकर्ते

भाषांतर करा “Geoplugin Currency Shortcode” तुमच्या भाषेत.

विकासातील आग्रह?

कोड ब्राउझ करा, SVN संग्रहालय तपासा, किंवा विकास लॉग च्या RSS द्वारे सदस्यता घ्या.

बदलांची यादी

1.0.1

  • Code rewrite for best practices.

1.0.0

  • First public version.