switch to another country stop working
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page pleaseIf you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.
Quote from mmickey111 on August 2, 2023, 14:27I try set up plugin on site - https://urbandots.uk/home/ - in section our destinations I try used switcher but if I click on eur page is reloaded but currency stay gbp
What I set up wrong please?
I try set up plugin on site - https://urbandots.uk/home/ - in section our destinations I try used switcher but if I click on eur page is reloaded but currency stay gbp
What I set up wrong please?
Quote from Pablo Borysenco on August 3, 2023, 09:50Hello
Please check these options - https://share.pluginus.net/image/i20230803104908.png and https://share.pluginus.net/image/i20230803104943.png and https://share.pluginus.net/image/i20230803105026.png
and do a test
Hello
Please check these options - https://share.pluginus.net/image/i20230803104908.png and https://share.pluginus.net/image/i20230803104943.png and https://share.pluginus.net/image/i20230803105026.png
and do a test
Quote from mmickey111 on August 3, 2023, 10:46Hello Pablo,
thanks a lot for your guideline. I try to set up as you send but still doesnt work but help disable cache plugin and now it is working.
I am sorry if this request is solved in any other ticket but want to ask to another thing - now it works like customer change currency, page is reloaded and starts on top of page - but this widget is in middle of page and be better if it returns on the middle of page after reloading where is section which plugin. Is it possible
Hello Pablo,
thanks a lot for your guideline. I try to set up as you send but still doesnt work but help disable cache plugin and now it is working.
I am sorry if this request is solved in any other ticket but want to ask to another thing - now it works like customer change currency, page is reloaded and starts on top of page - but this widget is in middle of page and be better if it returns on the middle of page after reloading where is section which plugin. Is it possible
Quote from Pablo Borysenco on August 3, 2023, 10:57I try to set up as you send but still doesnt work but help disable cache plugin and now it is working. - Please enable the cache and I will test
be better if it returns on the middle of page after reloading where is section which plugin - page reload required to switch currency. Unfortunately the plugin cannot change the currency without reloading the page
I try to set up as you send but still doesnt work but help disable cache plugin and now it is working. - Please enable the cache and I will test
be better if it returns on the middle of page after reloading where is section which plugin - page reload required to switch currency. Unfortunately the plugin cannot change the currency without reloading the page
Quote from mmickey111 on August 3, 2023, 11:56I try to set up as you send but still doesnt work but help disable cache plugin and now it is working. - Please enable the cache and I will test - now it looks like it is working with also activate cache but if you quick check it will be awesome
be better if it returns on the middle of page after reloading where is section which plugin - page reload required to switch currency. Unfortunately the plugin cannot change the currency without reloading the page - understand it needs to be reloaded page but is it possible use any function or set up any way it goes to specific anchor on page after reloading?
I try to set up as you send but still doesnt work but help disable cache plugin and now it is working. - Please enable the cache and I will test - now it looks like it is working with also activate cache but if you quick check it will be awesome
be better if it returns on the middle of page after reloading where is section which plugin - page reload required to switch currency. Unfortunately the plugin cannot change the currency without reloading the page - understand it needs to be reloaded page but is it possible use any function or set up any way it goes to specific anchor on page after reloading?
Quote from Pablo Borysenco on August 3, 2023, 12:36please drop me screenshots of the plugin settings(Options tab)
any way it goes to specific anchor on page after reloading? - Well, in this case, you will need code customization. An example:
<?php if (isset($_GET['currency'])): ?>
<script>
jQuery(function ($) {
setTimeout(function () {
$('html, body').animate({
scrollTop: $(".woocommerce-currency-switcher-form ").offset().top - 100
}, 777);}, 333);
});
</script><?php endif; ?>
This code should be placed in footer
please drop me screenshots of the plugin settings(Options tab)
any way it goes to specific anchor on page after reloading? - Well, in this case, you will need code customization. An example:
<?php if (isset($_GET['currency'])): ?>
<script>
jQuery(function ($) {
setTimeout(function () {
$('html, body').animate({
scrollTop: $(".woocommerce-currency-switcher-form").offset().top - 100
}, 777);
}, 333);
});
</script>
<?php endif; ?>
This code should be placed in footer
Quote from mmickey111 on August 3, 2023, 15:02Thanks a lot Paulo for your quick solution.
I hope I dont start to be much demanding but want to ask one another thing - if you look on web https://urbandots.uk/home/ - i think it works fine for gpb currency but if you change it to eur in top page section "Courses" for some reason is not button "Read more" but add to cart (So ie language should direct to single page - work for gpb, but for eur it doesnt). Do you know why?
Thanks a lot Paulo for your quick solution.
I hope I dont start to be much demanding but want to ask one another thing - if you look on web https://urbandots.uk/home/ - i think it works fine for gpb currency but if you change it to eur in top page section"Courses" for some reason is not button"Read more" but add to cart (So ie language should direct to single page - work for gpb, but for eur it doesnt). Do you know why?
Quote from Pablo Borysenco on August 4, 2023, 09:50Hello
Are these products that have no price?
Please read this - https://currency-switcher.com/make-product-not-purchasable-avoid-free-price-text
Hello
Are these products that have no price?
Please read this - https://currency-switcher.com/make-product-not-purchasable-avoid-free-price-text
Quote from mmickey111 on August 4, 2023, 10:42Thanks a lot Pablo
you helps me a lot you are great supporter
Thanks a lot Pablo
you helps me a lot you are great supporter