No longer works ?? Updating plugin settings gives a 404 error.
]]>HI,
I’m planning to install your plugin on my website :
https://www.baliberty.com
Sorry, i’m a wp beginner, so i hope you can help me.
I’d want to use currencyr directly in the text of the page and NOT WITH A WIDGET ; especially for the price table page like that one
https://www.baliberty.com/bali-plongee-tarif-formations-padi/
Actually, I’ve got 2 questions :
QUESTION 1
If i use the shorcode
[currencyr amount=99.99 from=aud to=gbp] in the price table,
i’ve got the result with EUR or USD.
I’d like to change it by the symbol only = $ or €.
How can i make it ?
QUESTION 2
Now, all the prices are in Indonesian Rupiah IDR (or rp, in french) with the exchange conversion written in € for french version and in USD for the us version.(i did it each year for 1 full year)
The point is THAT makes the table very complicated to read because to much informations inside, and when on a smartphone it became awfull.
That is why, instead of this unreadable solution,
i’d like to put BEFORE the table,
a button “switch to €” on the french version page
and
a button “switch to $” on the US version page.
And, when clik on the button, it will convert ALL the prices in the table.
For this, i guess i have to do a php code, but i confess, it’s out of my skilss.
Hope you could help me,
Thanks again for your help
Alice from Bali
Hello,
Your plugin works perfect. I’m using it and currency rates are refreshed every hour. However I have problem with your widget. Everything seems to be OK. Widget is visible and I can fill any amount. Unfortunately after clicking “Convert” button – nothing happens.
Could you please check this out ?
Here is my currency converter web page.
How to show the countries of the currency from the dropdown
]]>Hi, How can I show currency only which I need in drop down, also wnat to move ‘Remember’ text a little down as it covers the converted price display. Please help. Only due to this reason I have to deactivate this plugin. Thanks.
]]>Hi, plugin is working nicely BUT, for some reason the comma separating the tenths from the decimals in the output currencies such as dollars, pounds, etc. is not working (do not appear). So for example 19,99€ shows as 2542,33 US$! How come? any help? Thanks!
]]>It’s not possible to disable “Currencyr for jQuery” in the settings…
]]>I want to add this plugin in my header so try to add this code:
<?php echo currencyr_exchange( array( 'amount' => 99.99, 'to' => 'cad' ) ); ?>
or this:
<?php echo currencyr_exchange( 'amount=99.99&to=cad'); ?>
or this:
<?php echo currencyr_exchange( 99.99, 'cad' ); ?>
But all this codes does not work for me.
PLEASE HELP!!!
]]>Hello,
I want to disable the onclick popup box but when I disable the function and save it is checked again and enabled.
Think this is a bug, but where can I find this in the database?
]]>I’m using the default dropdown jquery functionality, very nice.
I’d like to use the European central bank for rates, and display EUR, GBP and USD.
Where are the settings for changing the currencies in the drop down?
]]>hello
i am using this plugin
i want to show Indian price under united states price.i have tried to do like this:
<?php
$order_total = $product->get_price_html();
$amount = str_replace(“$”, “”, $order_total);
echo currencyr_exchange( array( ‘amount’ =>’$amount’, ‘to’ => ‘inr’ ) );
?>
but shows 0.00 at this page:https://pridetrend.com/?product=yellow-georgette-party-wear-saree
tell me right way to show indian price .
thank you
How do you actually use the IP2C functionality. I would like to convert the amount to the users location.
For example:
<?php echo currencyr_exchange( 99.99, ‘IP2C or What Var?‘ ); ?>
]]>Hi there,
I’ve installed the currencyr plugin, set the base currency to ZAR and the provider to Yahoo!Finance.
When I then try the shortcode on a page:
[currencyr amount=500.00 to=usd]
It displays: 500 USD – which can’t be right, as there isn’t a 1 – 1 relationship between those two currencies. I’ve selected the “Update rates” option a few times, but that hasn’t made a difference.
I also tried the widget, but the same problem occurs. It still states 1 ZAR = 1 USD.
When I change the shortcode to:
[currencyr amount=500.00 to=eur] or [currencyr amount=500.00 to=gbp] – I don’t get any result.
Am I missing any other setup steps?
Thank you
]]>Hi,
thanks for this great plugin that helps me a lot in my work.
I mainly use CFA francs from west africa (XOF and not XAF that is for east africa) and even I change the currency provider I can’t find it in the retrieved list.
Digging into class_currency_iso.php in libs folder I saw that CFA francs from West Africa are referenced under false acronym @line 803: XOR. It’s propably a simple typo mismatch.
I changed this ‘XOR’ to ‘XOF’ and now the currency is available for my conversions.
If this is a bug, could you please include the fix in the next release ?
thanks you very much to share your work and good continuation.
Hi.
i have to admit this is the best plugin ever created so far for currencies in WordPress.
I’m using it in a new hotel website and it automatically converts USd to all the desired currencies. Simply Amazing!
Now.. my question is: is it possible to trim or round it up the result in order to avoid cents? Let’s say I want to convert USD 10 to EUR. Is it possible to have the result to 7 EUR instead of 7.30?
Basically, I need to round it up to the nearest natural number. If the result has cents and are up to .50, go down. If it’s more than .50, go up.
7.30 = 7
7.51 = 8
Thanks,
Daniel
Hi there,
I’m using your currency converter for a while now and it works perfectly. We are using the exchange rate from THB to EUR and want to change this to a rate that is provided by us. Is this in anyway possible? Because I’ve used the short code in a lot of pages (https://tutchcommunication.com/projects/bt/?tour=amari-coral-beach-resort for example). I hope you can help me out, thanks in advance.
Kind regards
]]>Hello,
thanks for the great plugin.
I’ve always had problem with the wordpress cron system, and I prefer to set cron jobs with cPanel.
What is the command I have to save to a php file to Update Rates throw cPanel ?
My settings = Provider: Openexchangerates – Base Currency: EURO
Thank you
juliusB
Hi!
When I use the “automatic” dropdown function with the “jQuery Selector”, how can I exclude currencies from the drop down menu?
Great plugin, thanks alot!
]]>I don’t know if this is obvious, I’m not a PHP programmer. I want to call the function in php and integrate it with my theme. I’m using this function:
<?php echo currencyr_exchange( array( ‘amount’ => 7000, ‘to’ => ‘usd’ ) ); ?>
I want is to be able to use a function for the price instead of a numeric value, like this:
<?php echo currencyr_exchange( array( ‘amount’ => listing_price(), ‘to’ => ‘usd’ ) ); ?>
Can it be done? maybe my syntax is wrong, I know, but there must be a way to call the price function as the value for ‘amount’.
Hope you can help, BTW the theme I’m using is WP pro Real Estate 4.
Regards
]]>Yo firstly you’re the man for making this plugin and I owe you big time.
One thing I want to do though is remove the currency tag from the tooltip conversion so instead of it showing:
49.99 GBP
I want it just to show the converted figure:
49.99
How do I remove the GBP tag from the output conversion??
]]>Hi,
Did upgrade WordPress to 3.7, and then I did install vesion 1.0.4 of your plugin.
My website doesn’t work, and I got this error:
Warning: require_once(ip2c/ip2c.php): failed to open stream: No such file or directory in /home/u842607439/public_html/wp-content/plugins/currencyr/libs/class-currencyr.php on line 1017
Fatal error: require_once(): Failed opening required ‘ip2c/ip2c.php’ (include_path=’.:/usr/lib/php’) in /home/u842607439/public_html/wp-content/plugins/currencyr/libs/class-currencyr.php on line 1017
]]>Hi Firman,
I have installed the plugin but haven’t got ik working yet and would like to know how to add it to a random page.
What is the proper way to add the converter in the line of a text?
Let’s say that I have a phrase stating. The price of this product is €100.50.
I have tried: The price of this product is €100 [currencyr amount=100.50 from=eur to=gbp|us|brl|mxn]
Nothing happens though. As I am a beginner I must be missing something here.
Hope to hear from you! Thanks!
James.
]]>Hi,
I just tried every single currency plugin I found online. I think this is going to be my favourite, but I only know how to insert the shortcode.
I would like it to show on hover the option for changing the currency.
Can somebody help me?
Thank you!
]]>Hi,
When using Currencyr widget, the label in From input is not changing when I change the currency.
This fixed it for me:
remove/comment out:
//if ( typeof currencyr_currency[$('option:selected', this).val()] == 'object' )
add:
if ( currencyr_symbols[$('option:selected', this).val()] != 'undefined' )
from plugin’s assets/js/currencyr-widget.js
My setup:
WP: 3.5.1
jquery: 1.8.3
How do you integrate this with WooCommerce?
]]>Some suggestions:
Using https and wp3.5 ms.
The widget front end will not show the convert input box when choosing a different currency. Only one field is displayed at all times.
I think it has something to do with the https, is there any way I can display both input boxes on the front end from the start? That might help.
Does the plugin supports shortcodes? How do we add a currency converter inside a post or page, or inside theme templates? Is there some documentation available on that?
]]>installed the plugin activated it and tried to access the settings page and it showed the following error:
You do not have sufficient permissions to access this page.
]]>