For our website we have an issue and is that some visitors for some strange reasons dont get geo-ip rules correctly.
For example, 10-20% of visitors from USA see the prices in EUR instead of US Dollars, the same happens with UK
We pay for the premium version.
]]>Hi,
I am restricted to use PHP 7.4 due to some developed code in my website which is only compatible ith PHP 7.4. I want to purchase WPCS, but i first wanted to ask if its compatible with my version of PHP on my wordpress website.
]]>When I try to add [wpcs_price value=1.70] this to my product pricing pricing front getting small and not bold. I Tried many custom css but not worked. I am using hostim theme and pricing table is from hostim.
]]>Hello
i am using 2 currencies
i need to add a at a place for 1 of the 2 currency and want it to only show when that currency is active kindly guide me for the same
I am finding this plugin a bit tricky to set up, but I’ve found a workaround. I’m putting a line of text under my main price to tell the person how much my £ price looks like in $. I only really need that one currency conversion so it’s ok.
However, I’d like to change the format of that text. I want it to be bigger, centered, and in a different font. How do I alter the shortcode to do that?
[wpcs_price value=20] is the shortcode I’d like to work with. Happy to change the value to suit, but how do I change the font etc? I’m in Elementor and there’s no option in any of the shortcode settings to do that.
]]>hi, on my wp, I already have the demo version and I’m happy with it, I wanted to put the 3rd currency, I bought the premium version and installed it and it gives me this error, how can I solve it? I attach link with screenshot
https://ibb.co/gtw5TW1
I wonder if there’s some way to round the prices. I would like to round my converted prices to 100, I mean, if the price is, for instance, AR$ 21.367, it should show AR$ 21.400. Is it possible? May be adding some function in functions.php? Thanks in advance.
]]>Hello,
I love using this plugin. Today I noticed that the error log file is getting very large. It logs this error code almost every minute when I check it. There is no problem in the operation of the plugin, but why is it constantly throwing this error in the error log file.
I will be waiting for your help.
Thanks.
[24-Jun-2022 14:21:17 UTC] PHP Warning: Undefined array key “show_flags” in /home/mysite/public_html/wp-content/plugins/currency-switcher/classes/widgets/widget-wpcs-selector.php on line 31
[24-Jun-2022 14:21:17 UTC] PHP Warning: Undefined array key “show_flags” in /home/mysite/public_html/wp-content/plugins/currency-switcher/classes/widgets/widget-wpcs-selector.php on line 31
[24-Jun-2022 14:21:48 UTC] PHP Warning: Undefined array key “show_flags” in /home/mysite/public_html/wp-content/plugins/currency-switcher/classes/widgets/widget-wpcs-selector.php on line 31
[24-Jun-2022 14:21:49 UTC] PHP Warning: Undefined array key “show_flags” in /home/mysite/public_html/wp-content/plugins/currency-switcher/classes/widgets/widget-wpcs-selector.php on line 31
Hello Support Team,
Plugin has really good currency switcher feature. But I am facing issue with setting fixed currency price. It just dislay “0”.
Here is shortcode I used for fixed price. Can you pls help me fix this issue?
ShortCode Used:[wpcs_price type= “fixed” value= “USD:15,EUR:20”]
Thank you.
Hi
I am impressed with your plugin. I saw the pro version and watched the video. It will do what I need without using woocommerce. I have a consultancy and sell services which do not need woocommerce.
I am not sure how to do the following: Let’s assume I have a US$ price for a service and a ZAR (South African rand) price. The US$ must be paid through PayPal and the ZAR through a local South African payment processor PayFast. How do you suggest I do this?
]]>When I put shortcode [wpcs_price value=2100], it do not display price value. Short code display as it is.
Hello,
I am using the ?[wpcs_price] shortcode to convert my prices with a meta field. I understand that the free version allows just two currencies, but the conversion only works one-sided so guess I thought it would work both ways.
Let me explain. I am entering prices in my local currency and converting them to USD, it works fine. But if I try to pull data from a different meta field where I entered the price in USD and want to convert to my local currency, it doesn’t work.
So I have just the two allowed currencies and my local currency is the default one. To make it more clear:
Welcome currency to USD= works fine.
USD to welcome currency= does not work.
Is this right? Because it’s still only two currencies.
Can you confirm if it’s possible to make the conversion work both ways?
Thanks in advance.
]]>Plugin I am using:
Elementor
LearnPress
TranslatePress
WooCommerce
WOOCS
WPCS
So far everything is going really well. All my WooCommerce products are converting with no issue however, LearnPress courses are not. Even in the checkout/cart page. I already contacted LearnPress and still waiting for their response. Decided to reach out to you as well.
Hello,
I have issue with delay results from plugin? why that happen?
I try to disable WP Rocket and plugin “WPCS – WordPress Currency Switcher Professional” still make delay for 4-5 sec to display price?
]]>Based upon our clients visiting all over the world we need to show the wpforms in their respective currency.
Which plugin is best for currency switcher WPFORMS?
Hi there,
In the admin section I have tried 3 different aggregators, with active api keys etc, but all I get is: no data found for USD, I tried with EUR and ZAR as well, so on the frontend when I switch to another currency it just shows as 0. Can you tell me what I may be missing?
Thanks! (I want to purchase the pro version as I need 5 different currencies, but only if Im confident it will work!)
Hi
Our customer wants to provide a live feed on currency rates on his website with a feed from the above API.
Can we use your plugin to integrate the API, or do you think we need to integrate the API directly?
Regards
]]>Hello. After activation – https://prnt.sc/vw1TAHcCTZFm
Plugin could not be activated because it triggered a fatal error.
Please help.
]]>Just installed and it shows these warnings on all pages
Warning: A non-numeric value encountered in C:\xampp\htdocs\rem\wp-content\plugins\currency-switcher\index.php on line 656
Warning: A non-numeric value encountered in C:\xampp\htdocs\rem\wp-content\plugins\currency-switcher\index.php on line 656
Warning: A non-numeric value encountered in C:\xampp\htdocs\rem\wp-content\plugins\currency-switcher\index.php on line 656
Warning: A non-numeric value encountered in C:\xampp\htdocs\rem\wp-content\plugins\currency-switcher\index.php on line 656
]]>
Hello
I am using free version of plugin.
My veraible name :_satilikevler_fiyat
If I use like this
<?php echo do_shortcode( ‘[wpcs_price meta_value=_satilikevler_fiyat ]’ ); ?>
Result for price : € 345,000,00 (EUR) I Like remove last two zero
//////////////////////////////////////////////////
I try to like this
$fiyat = get_post_meta( get_the_ID(), ‘_satilikevler_fiyat’, true );
$price= number_format($fiyat,0, ‘.’, ‘,’);
1:<?php echo do_shortcode( ‘[wpcs_price value=”‘.($price).'”]’ ); ?>
Price result :€ 345,00 (EUR) (It must be € 345,000 (EUR)) one zero is missing
But if ? check with echo price like this <?php echo $price?> price result is correct and result :345,000
///////////////////////////////////////////////////////////
Also i tried another way like this
$fiyat1 = get_post_meta( get_the_ID(), ‘_satilikevler_fiyat’, true );
<?php echo do_shortcode( ‘[wpcs_price value=”‘.number_format($fiyat1, 0, ‘.’, ‘,’).'”]’ ); ?>
Price result: € 345,00 (EUR)
////////////////////////////
Can you help me please.
]]>Hi.
I started using WPML to translate my sites and I noticed that translated pages using the WPCS shortode (for example: [wpcs_price value=4]) aren′t showing the price, and only the shortcode is visible (https://snipboard.io/7LxCze.jpg). Original pages show the price correctl (https://snipboard.io/2tUGCV.jpg).
I found this page on your site: Switch currency with language change (https://wp-currency.com/switch-currency-with-language-change/), tried to add the code in functions.php, but my site broke and threw a fatal error message.
Can you please help?
Thanks
Hi. I can’t activate your plugin because of the following fatal error:
Fatal error: Uncaught TypeError: Unsupported operand types: int + string in /home/XXX/XXX/example.com/public_html/wp-content/plugins/currency-switcher/index.php:656 Stack trace: #0 /home/XXX/XXX/example.com/public_html/wp-content/plugins/currency-switcher/index.php(392): WPCS->get_currencies() #1 /home/XXX/XXX/example.com/public_html/wp-content/plugins/currency-switcher/index.php(57): WPCS->init_no_cents() #2 /home/XXX/XXX/example.com/public_html/wp-content/plugins/currency-switcher/index.php(1840): WPCS->__construct() #3 /home/XXX/XXX/public_html/wp-admin/includes/plugin.php(2286): include_once('/home/XXX....') #4 /home/XXX/XXX/example.com/public_html/wp-admin/plugins.php(191): plugin_sandbox_scrape('currency-switch...') #5 {main} thrown in /home/XXX/XXX/example.com/public_html/wp-content/plugins/currency-switcher/index.php on line 656
Can you please take a look at it? I’m on WordPress 5.8.2 and PHP 8.0.
Best,
Kacper
Does it work with memberpress?
]]>Hello we use WOOCS for currency switching, we need to solve our problem with compatibility withplugin Yith product add-ons, they told us it should be compatible with your plugin.
Sadly it doesn’t work as we expect, the base price from woo is changed, but everything else from yith prices just doesn’t fit.
screen with bug:
Is there any fix?
Thank you! We will buy Woocs if it works so we can have more currencies.
]]>Hi,
I have a number ACF field – property_price that is used to display a property price in Euros for a custom post type that I created. I am trying to use this plugin to output a select dropdown box in the header that allows the user to switch the currency to GBP / £.
I am struggling to work out how to get the plugin to work correctly. I was under the impression that [wpcs meta_value=’property_price’] would output the dropdown box and let the user select the currency and switch the ACF field.
https://staging.algarvehomeswithland.com/properties/
You can see the select dropdown is outputted, however, it does not convert the property prices for the cards in the grid (the number on the right-hand side of the blue info box on each property).
My plan is to offer lots of different currencies (with the pro version), however, I thought it is best to check compatibility with the free version first.
Thanks in advance.
]]>Hi,
When changing the currency, can we stay at the same level on the page (on the same hook) ?
Thank you for coming back.
Hello,
Line 25 of storage.php – you have session_start(); which causes a critical issue in WordPress and is known bad practice.
Rather than
if (!session_id())
{
@session_start();
}
}
You might want to use
if ( !session_id() ) {
session_start( [
'read_and_close' => true,
] );
}
Seems to work OK.
Best regards
Robbo870
Is there a way to not display any value when the metafield is empty? Currently displays $0 which I find very odd. In other words, can one hide 0?
]]>Which plugin is best for currency switcher woocommerce??
]]>hi, how i can apply the plugin to my website, i want to have eur and usd
]]>