PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

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 please
If 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.

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?

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

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

 

 

 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

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?

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

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?

 

Hello

Are these products that have no price?

Please  read  this - https://currency-switcher.com/make-product-not-purchasable-avoid-free-price-text

Thanks a lot Pablo

 

you helps me a lot you are great supporter

 

 

Welcome;)