Currency characters and symbols are not displayed in the drop-down box on the mobile phone.
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 Allen on May 8, 2023, 17:02Hello.
I added the [woocs] code to the Top bar in the header of the home page of the mobile terminal, but the currency characters and symbols are not displayed in the drop-down box, only the national flag is displayed. What should I do?
If I want to modify the background color and text color in [woocs], where can I modify it?
As shown in the picture, thank you.https://imgur.com/a/olciUwH
Hello.
I added the [woocs] code to the Top bar in the header of the home page of the mobile terminal, but the currency characters and symbols are not displayed in the drop-down box, only the national flag is displayed. What should I do?
If I want to modify the background color and text color in [woocs], where can I modify it?
As shown in the picture, thank you.
Quote from Pablo Borysenco on May 9, 2023, 10:36Hello
Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png and drop me exact link to the issue
Hello
Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png and drop me exact link to the issue
Quote from Allen on May 9, 2023, 17:10Hello. I have submitted the purchase CODE.
The URL for the previous image is sexymalena.com.
At the same time, on any product page on the mobile terminal, as long as the currency is displayed in US dollars, the price is normal. But once I switch to another currency (such as Japanese yen), its amount will be displayed as 0 or not displayed, and the price on the shopping cart and checkout pages will not be displayed.
This is the screenshot video link, please check it for me, thanks.https://drive.google.com/file/d/1Sv3UfQm_tsw0NKQSxqXpFaRv2TCzUU94/view?usp=share_link
Hello. I have submitted the purchase CODE.
The URL for the previous image is sexymalena.com.
At the same time, on any product page on the mobile terminal, as long as the currency is displayed in US dollars, the price is normal. But once I switch to another currency (such as Japanese yen), its amount will be displayed as 0 or not displayed, and the price on the shopping cart and checkout pages will not be displayed.
This is the screenshot video link, please check it for me, thanks.
https://drive.google.com/file/d/1Sv3UfQm_tsw0NKQSxqXpFaRv2TCzUU94/view?usp=share_link
Quote from Allen on May 9, 2023, 18:20Hello. I just tested it again.
Whether it's on a computer or a mobile phone. If the product is a variable product, when switched to another currency, the displayed price is 0. If the product is a single product, the plugin works fine. I put the username and password of the staging environment in private data, please check it for me. Thank you so much.
Hello. I just tested it again.
Whether it's on a computer or a mobile phone. If the product is a variable product, when switched to another currency, the displayed price is 0. If the product is a single product, the plugin works fine. I put the username and password of the staging environment in private data, please check it for me. Thank you so much.
Quote from Pablo Borysenco on May 10, 2023, 11:10Hello
Please add FTP access - https://share.pluginus.net/image/i20230222134241.png ->https://share.pluginus.net/image/i20230222134615.png
but the currency characters and symbols are not displayed in the drop-down box, - It looks like you changed the switcher type and now everything works correctly
Hello
Please add FTP access - https://share.pluginus.net/image/i20230222134241.png ->https://share.pluginus.net/image/i20230222134615.png
but the currency characters and symbols are not displayed in the drop-down box, - It looks like you changed the switcher type and now everything works correctly
Quote from Allen on May 10, 2023, 11:41Hello, I have submitted permission for FTP. This is in my staging environment server.
1. I switched to a currency other than the US dollar, but the currency=0 still appeared.
2. Currency characters and currency symbols are also invisible on the mobile phone.here is problem 1 and problem 2's screenshots, https://drive.google.com/drive/folders/1DDVOSXab3SbOCuy1pG5ke68aHIAye7hX?usp=share_link
If possible, please tell me how to fix it, because I need to do this fix in my live website later.
Thank you so much.
Hello, I have submitted permission for FTP. This is in my staging environment server.
1. I switched to a currency other than the US dollar, but the currency=0 still appeared.
2. Currency characters and currency symbols are also invisible on the mobile phone.
here is problem 1 and problem 2's screenshots, https://drive.google.com/drive/folders/1DDVOSXab3SbOCuy1pG5ke68aHIAye7hX?usp=share_link
If possible, please tell me how to fix it, because I need to do this fix in my live website later.
Thank you so much.
Quote from Pablo Borysenco on May 10, 2023, 12:40Please add CSS:
.whb-main-header .woocommerce-currency-switcher-form .chosen-drop {
color: black;
}
and in file - public_html\wp-content\plugins\woocommerce-currency-switcher\classes\woocs.php - add code - https://c2n.me/4iua6XY.png
if ($price === '' ){
return $price;
}
Please add CSS:
.whb-main-header .woocommerce-currency-switcher-form .chosen-drop {
color: black;
}
and in file - public_html\wp-content\plugins\woocommerce-currency-switcher\classes\woocs.php - add code - https://c2n.me/4iua6XY.png
if ($price === '' ){
return $price;
}