Title: Currency conversion
Last modified: August 21, 2016

---

# Currency conversion

 *  Resolved [spinaker](https://wordpress.org/support/users/spinaker/)
 * (@spinaker)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/currency-conversion/)
 * Hi guys,
    I’m working on a form that is calculating the total price for selected
   services and it is in Libyan Dinars. I need to convert it to USD. So I’m using
   open exchange rate api([https://openexchangerates.org/](https://openexchangerates.org/)).
   There is the jquery function that fetches the rate and converts into usd:
 * $(document).ready(function(){
    $.ajax({ url: ‘[http://openexchangerates.org/latest.json](http://openexchangerates.org/latest.json)?
   app_id=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx’, dataType: ‘jsonp’, success: function(
   json) { lyd = json.rates.LYD; return fieldname37 / lyd; } }); });
 * It is working properly in a stand alone page but I can’t make it work with the
   plugin. I’ve included the jquery library in the header.php file. (<?php wp_enqueue_script(“
   jquery”); ?>)
    I’ll appreciate any help.

Viewing 1 replies (of 1 total)

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/currency-conversion/#post-3912165)
 * Hi,
 * This type of support will be addressed through our support system. Please follow
   the link below:
 * [http://wordpress.dwbooster.com/support](http://wordpress.dwbooster.com/support)
 * Best regards.

Viewing 1 replies (of 1 total)

The topic ‘Currency conversion’ is closed to new replies.

 * ![](https://ps.w.org/calculated-fields-form/assets/icon-256x256.jpg?rev=1734377)
 * [Calculated Fields Form](https://wordpress.org/plugins/calculated-fields-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/calculated-fields-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/calculated-fields-form/)
 * [Active Topics](https://wordpress.org/support/plugin/calculated-fields-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/calculated-fields-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/calculated-fields-form/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [codepeople](https://wordpress.org/support/users/codepeople/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/currency-conversion/#post-3912165)
 * Status: resolved