crobelus
Forum Replies Created
-
I fixed it with using WP rollback plugin and turning back to the previous versions of both Elementor & EA
Thank you both!
Hope they fix the error soon.
Have a nice day!Forum: Plugins
In reply to: [Advanced Ads –?Ad Manager & AdSense] Ads are not showingYou are awesome!!!!!!!!!
Huge THANK YOU !Forum: Plugins
In reply to: [Polylang] Wrong home page redirectingRight now, instead of linking to https://bgklient.com/crafts-supply/ (the home page in bulgarian) when choosing Bulgarian language it redirects to
https://bgklient.com/crafts-supply/fr/home-3/ (the french one)There is a working solution of my topic, but with other plugins:
https://www.ads-software.com/plugins/currency-switcher-woocommerce/ and Polylang.Support thread with the code you can use for your website:
https://www.ads-software.com/support/topic/currency-on-change-language/Thank you for your answer.
Unfortunately, we don’t have the resources and the time to hire a programmer to do it.
So we need a ready solution for our website – plugin with the functionality we want or a plugin with ready additional code to add .
Thank you for your time.Another answer from Gtranslate support:
It will not work with currency switcher out of the box, but it can be programmed. Your code is very close.
So, my code (pasted from your code) which “works for all of your users” actually isn’t working.
Nice support answer.
Just wrote to Gtranslate about the topic.This is what they wrote:
It doesn’t seem that you have our paid version for your website, however you are using HTTPS_X_GT_LANG, which is wrong, it is available only for paid version.
Moreover the language codes in your switch are wrong, it should be ‘de’ instead of ‘de_DE’, etc.
And I wonder… Why you put a code which isn’t working on your official website (that type of writing “de_DE” is pasted from your code), without any explanation (that it’s only for paid version, for example)?
What is the price of the paid version ?
Is it paid for and individual website or is it one time payment?
At the moment, this is a test version of the website and will be moved to another domain name.
If we get the paid version, will it work well with Woocommerce Currency Switcher and will it have the function I described with using the code I showed you (with ‘de’ insead of “de_DE”) ?
I need a working solution and have no time to waste.It’s kinda urgent, so I will appreciate your support.
Some screenshots of the settings:
https://ibb.co/LtJJVFP
https://ibb.co/rMxKLyc
https://ibb.co/xfdGYkr
https://ibb.co/gV6F1Vd
https://ibb.co/gRHdq6r- This reply was modified 5 years, 7 months ago by crobelus.
add_filter(‘wp_head’, function() {
$lang = isset($_SERVER[‘HTTP_X_GT_LANG’]) ? $_SERVER[‘HTTP_X_GT_LANG’] : ”;
global $WOOCS;
switch ($lang)
{
case ‘fr_FR’:
$WOOCS->set_currency(‘EUR’);
break;
case ‘en_GB’:
$WOOCS->set_currency(‘EUR’);
break;
case ‘de_DE’:
$WOOCS->set_currency(‘EUR’);
break;
default:
$WOOCS->set_currency(‘BGN’);
break;
}
});________________________________________________________
My default currency is BGN.
I have 3 other languages – french, german and english.
They all must use one currency – EURO.Forum: Plugins
In reply to: [Currency Switcher for WooCommerce] currency converter doesnt work at all.Hi,
I am not from the support team, but I am using the plugin , too.
Are you sure you set up all the settings right?
Especially the exchange rates? Try to refresh the settings, it may help you.
If everything is correct and the refresh doesn’t help you, maybe the restart of the plugin will help.
Sometimes, there is conflict between the plugins, too.
If the restart doesn’t help, try with disabling your plugins, one by one and see if it works.
You can try it on a new installation without other plugins, too.
But really, the support team here is terrible at the moment.
You even have a paid membership and still, no help.
Wish you luck.Forum: Plugins
In reply to: [Currency Switcher for WooCommerce] Change currency by language changeSwitched do Gtranslate.
Hope to hear from you soon with some sort of a solution .
Thank you.Forum: Plugins
In reply to: [Currency Switcher for WooCommerce] Change currency by language changeTried with Polylang.
Seems that it’s not working again or I am not doing something correctly.