Title: Currencyr
Author: Firman Wandayandi
Published: <strong>17 decembris, 2012</strong>
Last modified: 4 janvāris, 2013

---

Meklēt spraudņus

![](https://ps.w.org/currencyr/assets/banner-772x250.jpg?rev=644662)

Šī spraudnis **nav atjaunināts vairāk kā divus gadus**. Varbūt, tas vairs netiek
uzturēts, nesaņemt atbalstu un tam var būt saderības problēmas ar jaunākām WordPress
versijām.

![](https://s.w.org/plugins/geopattern-icon/currencyr_414449.svg)

# Currencyr

 Autors [Firman Wandayandi](https://profiles.wordpress.org/firmanw/)

[Lejupielādēt](https://downloads.wordpress.org/plugin/currencyr.zip)

 * [Sīkāka informācija](https://lv.wordpress.org/plugins/currencyr/#description)
 * [Atsauksmes](https://lv.wordpress.org/plugins/currencyr/#reviews)
 *  [Uzstādīšana](https://lv.wordpress.org/plugins/currencyr/#installation)
 * [Attīstība](https://lv.wordpress.org/plugins/currencyr/#developers)

 [Atbalsts](https://wordpress.org/support/plugin/currencyr/)

## Apraksts

Instead of traditional “calculator” looks converter, Currencyr take the advance 
of “tooltip” and sit right at the amount to allow user convert it. Support various
exchange rates provider API running as WP Cron task and able to auto-determinate
local currency of visitor. Currencyr also offers currency converter widget, shortcode
and function.

See it in action at http://demo.firmanw.com/wp/currencyr.

_Note: This plugin requires PHP 5.3.0 or later, do not ever try to install if you
running the older version._

#### Features

 * Inline converter using [Currencyr for jQuery](http://firmanw.github.com/jquery-currencyr)
 * Various exchange rates providers – Yahoo!, Google, Open Exchange Rates, European
   Central Bank and FoxRates
 * Support database cache driven for fast response
 * WP Cron task scheduler enabled
 * Shortcode quick conversion support
 * Currency table and converter widget
 * Function for theme developer
 * Auto-determinate local currency via IP detection using [IP2C](http://firestats.cc/wiki/ip2c)
 * Support integration with various ecommerce plugins – WooCommerce, WP-eCommerce,
   Shopp and Easy Digital Downloads
 * Translation support

#### Shortcode

To enable the shortcode simply use [currencyr] and use the following syntax:

    ```
    [currencyr amount=$amount <from=$code> to=$code<|$code>]
    ```

 * **amount** – The number that you wish to convert.
 * **to** – The currency code. Use “|” as separator for multiple conversion.
 * **from** (optional) – The currency code. If omitted the Base Currency from setting
   will be use.

Examples:
 [currencyr amount=99.99 to=gbp]

    ```
    [currencyr amount=99.99 from=aud to=gbp]

    [currencyr amount=99.99 to=gbp|eur|cad]
    ```

#### Function Call

The conversion feature is available to call within templates or codes using either
currencyr_exchange() or the_currencyr_exchange(). Both functions share the same 
arguments, the diferrent is the_currencyr_exchange() is only echoes the result automatically.
You can call the functions as WordPress style or PHP with the following arguments:

 * **amount** – The number that you wish to convert.
 * **to** – The currency code.
 * **from** (optional) – The currency code. If omitted the Base Currency from setting
   will be use.

The code above is similar to:

    ```
    <?php echo currencyr_exchange( array( 'amount' => 99.99, 'to' => 'cad' ) ); ?>
    ```

Also similar to:

    ```
    <?php echo currencyr_exchange( 99.99, 'cad' ); ?>
    ```

#### Roadmap

 * Add exchange rates table page
 * Add custom currency support

#### Feedback

If you have any feedback, tweet [@firmanw](http://twitter.com/firmanw) for fast 
response, or head over to the [support forum](https://wordpress.org/support/plugin/currencyr).

## Ekrānuzņēmumi

[⌊Converter tooltip⌉⌊Converter tooltip⌉[

Converter tooltip

[⌊The settings page⌉⌊The settings page⌉[

The settings page

[⌊The widget⌉⌊The widget⌉[

The widget

## Uzstādīšana

 1. Install Currencyr either via the WordPress.org plugin directory, or by uploading
    the files to your server
 2. Activate the Currencyr through the Plugins menu in WordPress
 3. Go to Currencyr menu to get started
 4. You need to update rates to populate cache immediately, or let WP Cron do it

## Atsauksmes

Par šo spraudni nav atsauksmju.

## Autori un izstrādātāji

“Currencyr” ir atvērtā pirmkoda programmatūra. Šo spraudni ir veidojuši šādi cilvēki.

Līdzdalībnieki

 *   [ Firman Wandayandi ](https://profiles.wordpress.org/firmanw/)

[Tulkot “Currencyr&#8221 savā valodā.](https://translate.wordpress.org/projects/wp-plugins/currencyr)

### Vai jūs interesē attīstība?

[Pārlūkojiet kodu](https://plugins.trac.wordpress.org/browser/currencyr/), apmeklējiet
[ SVN krātuvi ](https://plugins.svn.wordpress.org/currencyr/)vai abonējiet[ attīstības žurnālu](https://plugins.trac.wordpress.org/log/currencyr/),
ko izveidojis [RSS](https://plugins.trac.wordpress.org/log/currencyr/?limit=100&mode=stop_on_copy&format=rss).

## Izmaiņu žurnāls

#### 1.0.4

 * Fixed wpdb error while retrieving WP e-Commerce configuration.

#### 1.0.3

 * Fixed menu and page icon for HiDPI screen.
 * Fixed some URLs

#### 1.0.2

 * Added functions to able to use conversion within templates/codes
 * Added handler when conversion return no result

#### 1.0.1

 * Fixed settings page capability typo
 * Fixed widget number format
 * Fixed plugin URI

#### 1.0

Initial release

## Meta

 *  Versija **1.0.4**
 *  Pēdējo reizi atjaunots: **pirms 14 gadiem**
 *  Aktīvās instalācijas: **100+**
 *  WordPress versija ** 3.3 vai jaunāka **
 *  Pārbaudīts līdz: **3.3.2**
 *  Valoda
 * [English (US)](https://wordpress.org/plugins/currencyr/)
 * Birkas:
 * [conversion](https://lv.wordpress.org/plugins/tags/conversion/)[currency](https://lv.wordpress.org/plugins/tags/currency/)
   [ecommerce](https://lv.wordpress.org/plugins/tags/ecommerce/)[money](https://lv.wordpress.org/plugins/tags/money/)
   [shop](https://lv.wordpress.org/plugins/tags/shop/)
 *  [Papildu skats](https://lv.wordpress.org/plugins/currencyr/advanced/)

## Vērtējumi

 4.1 no 5 zvaigznēm.

 *  [  4 5-star reviews     ](https://wordpress.org/support/plugin/currencyr/reviews/?filter=5)
 *  [  2 4-star reviews     ](https://wordpress.org/support/plugin/currencyr/reviews/?filter=4)
 *  [  1 3-star review     ](https://wordpress.org/support/plugin/currencyr/reviews/?filter=3)
 *  [  1 2-star review     ](https://wordpress.org/support/plugin/currencyr/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/currencyr/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/currencyr/reviews/#new-post)

[Skatīt visas atsauksmes](https://wordpress.org/support/plugin/currencyr/reviews/)

## Līdzdalībnieki

 *   [ Firman Wandayandi ](https://profiles.wordpress.org/firmanw/)

## Atbalsts

Jums ir kaut kas ko teikt? Vajadzīga palīdzība?

 [Skatīt atbalsta forumu](https://wordpress.org/support/plugin/currencyr/)

## Ziedojiet

Vai vēlaties atbalstīt šī spraudņa pilnveidošanu?

 [ Ziedojiet šim spraudnim ](http://firmanw.com/donate)