
agentwill297(@agentwill297)
5 Posts
Customers
Quote from agentwill297 on July 21, 2020, 22:32
Hi,
I need help with the WOOCS plugin, the WOOCS plugin works perfectly fine on the desktop version including if I switch it to mobile view on my laptop it works perfectly. However, when I access my website from a mobile phone the currency switcher doesn't appear on the top bar even though in the widget settings I have added the WOOCS widget to the TOPBAR on MOBILE it doesn't appear. Here's my site http://getrumba.com/
In addition, the currency switcher works fine on all pages and it shows the correct currency except on the "checkout page" it switches the currency back to "USD" please check https://www.getrumba.com/checkout/?currency=ARUBAN%20FLORIN
Your help is much appreciated!
Kind regards,
Will
Hi,
I need help with the WOOCS plugin, the WOOCS plugin works perfectly fine on the desktop version including if I switch it to mobile view on my laptop it works perfectly. However, when I access my website from a mobile phone the currency switcher doesn't appear on the top bar even though in the widget settings I have added the WOOCS widget to the TOPBAR on MOBILE it doesn't appear. Here's my site http://getrumba.com/
In addition, the currency switcher works fine on all pages and it shows the correct currency except on the"checkout page" it switches the currency back to"USD" please check https://www.getrumba.com/checkout/?currency=ARUBAN%20FLORIN
Your help is much appreciated!
Kind regards,
Will

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on July 22, 2020, 11:36
Hello Will
Please use correct currency codes - http://en.wikipedia.org/wiki/ISO_4217#Active_codes
https://c2n.me/48uaAwc - Your current theme is hiding the currency switcher.
Try to add CSS:
body .topbar .widget-woocommerce-currency-switcher select
display: block;
}
Hello Will
Please use correct currency codes - http://en.wikipedia.org/wiki/ISO_4217#Active_codes
https://c2n.me/48uaAwc - Your current theme is hiding the currency switcher.
Try to add CSS:
body .topbar .widget-woocommerce-currency-switcher select
display: block;
}

agentwill297(@agentwill297)
5 PostsTopic Author
Customers
Quote from agentwill297 on July 28, 2020, 05:55
Hi Pablo,
Thank you very much, the css code has solved the problem. I really appreciated your help. Have a good day!
Kind regards,
Will Cen
Hi Pablo,
Thank you very much, the css code has solved the problem. I really appreciated your help. Have a good day!
Kind regards,
Will Cen

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on July 28, 2020, 10:08
Hello Will
Welcome;)
Hello Will
Welcome;)