7 issues for WOOCS
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 otcloud on April 29, 2022, 05:17Hello,
1. The descriptions.
Desktop: The descriptions display under the flags, so they can display 100%.
Mobile: The descriptions don’t display under flag, so they can’t display 100%.
https://www.aotream.com/mtestr2/
https://i.ibb.co/XszkXT2/WOOCS-Mobile-Descriptions-can-t-display-100-persent.jpg
2. The dropdown only displays the top of the border on Main menu in a mobile device.
https://www.aotream.com/mtestr2/
https://i.ibb.co/71Bnxtw/WOOCS-Mobile-Main-menu-Dropdown-Displays-border-top.jpg
3. The currency code can appear twice on price info popup.
https://www.aotream.com/mtestr2/shop/amcrest-security-camera-in-white-color/
https://i.ibb.co/3hPW9kk/WOOCS-Price-info-popup-Currency-codes-can-appear-twice.jpg
4. How can we see the result for “Welcome currency”?
5. How can we see the result for “No GET data in link” ?
6. How can we see the result for “Payments rules”?
7. How can we see the result for “Individual fixed amount for shipping” ?
Thank you.
Hello,
1. The descriptions.
Desktop: The descriptions display under the flags, so they can display 100%.
Mobile: The descriptions don’t display under flag, so they can’t display 100%.
https://www.aotream.com/mtestr2/
https://i.ibb.co/XszkXT2/WOOCS-Mobile-Descriptions-can-t-display-100-persent.jpg
2. The dropdown only displays the top of the border on Main menu in a mobile device.
https://www.aotream.com/mtestr2/
https://i.ibb.co/71Bnxtw/WOOCS-Mobile-Main-menu-Dropdown-Displays-border-top.jpg
3. The currency code can appear twice on price info popup.
https://www.aotream.com/mtestr2/shop/amcrest-security-camera-in-white-color/
https://i.ibb.co/3hPW9kk/WOOCS-Price-info-popup-Currency-codes-can-appear-twice.jpg
4. How can we see the result for “Welcome currency”?
5. How can we see the result for “No GET data in link” ?
6. How can we see the result for “Payments rules”?
7. How can we see the result for “Individual fixed amount for shipping” ?
Thank you.
Quote from Pablo Borysenco on April 29, 2022, 11:32Hello
- ON mobile - https://share.pluginus.net/image/i20220429092529.png
- Please add CSS
body .selectron23-container{
min-height: 60px !important;
}
3 https://share.pluginus.net/image/i20220429092917.png Use other custom symbols or add CSS:
.woocs_price_info_list li span{
display: none;
}
.woocs_price_info_list li span.woocs_amount{
display: inline;
}
Hello
- ON mobile - https://share.pluginus.net/image/i20220429092529.png
- Please add CSS
body .selectron23-container{
min-height: 60px !important;
}
3 https://share.pluginus.net/image/i20220429092917.png Use other custom symbols or add CSS:
.woocs_price_info_list li span{
display: none;
}
.woocs_price_info_list li span.woocs_amount{
display: inline;
}
Quote from Pablo Borysenco on April 29, 2022, 11:38Please watch thes video - https://currency-switcher.com/video#video_1
4 Use VPN
5 Just turn it on
6 Choose the payment systems that you want to show/hide for a specific currency in the settings
7 In the delivery settings, specify fixed prices for each currency
Please watch thes video - https://currency-switcher.com/video#video_1
4 Use VPN
5 Just turn it on
6 Choose the payment systems that you want to show/hide for a specific currency in the settings
7 In the delivery settings, specify fixed prices for each currency
Quote from otcloud on April 29, 2022, 20:30Hello,
1. The descriptions.
Desktop: The descriptions display under the flags, so they can display 100%.
Mobile: The descriptions don’t display under flag, so they can’t display 100%.
> ON mobile - https://share.pluginus.net/image/i20220429092529.png
>> We have tested it with a mobile:
~Chrome: works.
~Firefox: doesn’t work.
~Edge: doesn’t work.
2. The dropdown only displays the top of the border on Main menu in a mobile device.
> 2 Please add CSS
body .selectron23-container{
min-height: 60px !important;
}
>> The bottom of the dropdown is overlaid by the navigation at the bottom.
https://i.ibb.co/7nxPqSc/WOOCS-Mobile-Bottom-of-dropdown-Overlaied-Navigation-Bottom.jpg
3. The currency code can appear twice on price info popup.
> 3 https://share.pluginus.net/image/i20220429092917.png
Use other custom symbols or add CSS:
.woocs_price_info_list li span{
display: none;
}
.woocs_price_info_list li span.woocs_amount{
display: inline;
}
>> If we use other custom symbols, the currency code “USD $” can’t show for Subtotal, Shipping, Total on the orders in my account.
Can the colon “ : “ be hidden by the CSS ?
https://i.ibb.co/BsqbjmB/WOOCS-Price-info-popup-Colon.jpg
> 4 Use VPN
5 Just turn it on
6 Choose the payment systems that you want to show/hide for a specific currency in the settings
7 In the delivery settings, specify fixed prices for each currency
>> We'll test 4 - 7.
Thank you.
Hello,
1. The descriptions.
Desktop: The descriptions display under the flags, so they can display 100%.
Mobile: The descriptions don’t display under flag, so they can’t display 100%.
> ON mobile - https://share.pluginus.net/image/i20220429092529.png
>> We have tested it with a mobile:
~Chrome: works.
~Firefox: doesn’t work.
~Edge: doesn’t work.
2. The dropdown only displays the top of the border on Main menu in a mobile device.
> 2 Please add CSS
body .selectron23-container{
min-height: 60px !important;
}
>> The bottom of the dropdown is overlaid by the navigation at the bottom.
https://i.ibb.co/7nxPqSc/WOOCS-Mobile-Bottom-of-dropdown-Overlaied-Navigation-Bottom.jpg
3. The currency code can appear twice on price info popup.
> 3 https://share.pluginus.net/image/i20220429092917.png
Use other custom symbols or add CSS:
.woocs_price_info_list li span{
display: none;
}
.woocs_price_info_list li span.woocs_amount{
display: inline;
}
>> If we use other custom symbols, the currency code “USD $” can’t show for Subtotal, Shipping, Total on the orders in my account.
Can the colon “ : “ be hidden by the CSS ?
https://i.ibb.co/BsqbjmB/WOOCS-Price-info-popup-Colon.jpg
> 4 Use VPN
5 Just turn it on
6 Choose the payment systems that you want to show/hide for a specific currency in the settings
7 In the delivery settings, specify fixed prices for each currency
>> We'll test 4 - 7.
Thank you.
Quote from Pablo Borysenco on May 2, 2022, 11:47Hello
1 on firefox- https://share.pluginus.net/image/i20220502092119.png
2 add CSS:
body .mf-navigation-mobile .navigation-list {
padding: 5px 15px;
}
Result - https://share.pluginus.net/image/i20220502094705.png
3 No
Hello
1 on firefox- https://share.pluginus.net/image/i20220502092119.png
2 add CSS:
body .mf-navigation-mobile .navigation-list {
padding: 5px 15px;
}
Result - https://share.pluginus.net/image/i20220502094705.png
3 No
Quote from otcloud on May 8, 2022, 22:54Hello,
1. The descriptions.
Desktop: The descriptions display under the flags, so they can display 100%.
Mobile: The descriptions don’t display under flag, so they can’t display 100%.
>>> on firefox- https://share.pluginus.net/image/i20220502092119.png
>>>> It works on firefox with your mobile, but it still doesn’t work on firefox and edge with our mobile, does it need any codes ?
https://i.ibb.co/fH4vkdm/WOOCS-Mobile-Firefox-Edge-Descriptions-can-t-display-100-persent-2.jpg
2. The dropdown only displays the top of the border on Main menu in a mobile device.
>>> add CSS:
body .mf-navigation-mobile .navigation-list {
padding: 5px 15px;
}
Result - https://share.pluginus.net/image/i20220502094705.png
>>>> It is working fine on fire fox, chrome, edge with our mobile.
Thank you very much ! : )
3. The currency code can appear twice on price info popup.
>> If we use other custom symbols, the currency code “USD $” can’t show for Subtotal, Shipping, Total on the orders in my account.
Can the colon “ : “ be hidden by the CSS ?
>>> No
>>>> We got it.
Thank you.
Hello,
1. The descriptions.
Desktop: The descriptions display under the flags, so they can display 100%.
Mobile: The descriptions don’t display under flag, so they can’t display 100%.
>>> on firefox- https://share.pluginus.net/image/i20220502092119.png
>>>> It works on firefox with your mobile, but it still doesn’t work on firefox and edge with our mobile, does it need any codes ?
https://i.ibb.co/fH4vkdm/WOOCS-Mobile-Firefox-Edge-Descriptions-can-t-display-100-persent-2.jpg
2. The dropdown only displays the top of the border on Main menu in a mobile device.
>>> add CSS:
body .mf-navigation-mobile .navigation-list {
padding: 5px 15px;
}
Result - https://share.pluginus.net/image/i20220502094705.png
>>>> It is working fine on fire fox, chrome, edge with our mobile.
Thank you very much ! : )
3. The currency code can appear twice on price info popup.
>> If we use other custom symbols, the currency code “USD $” can’t show for Subtotal, Shipping, Total on the orders in my account.
Can the colon “ : “ be hidden by the CSS ?
>>> No
>>>> We got it.
Thank you.
Quote from Pablo Borysenco on May 9, 2022, 10:45hello
I can't repeat this error on 5 different smartphones.
I can't fix the error if I don't see it
You can try to add this CSS:
body .selectron23 .selectron23-container .selectron23-option-text{
margin-left: 0px;
padding-left: 0px;
float: left;}
hello
I can't repeat this error on 5 different smartphones.
I can't fix the error if I don't see it
You can try to add this CSS:
body .selectron23 .selectron23-container .selectron23-option-text{
margin-left: 0px;
padding-left: 0px;
float: left;
}
Quote from otcloud on May 10, 2022, 01:46Hello,
1. The descriptions.
Desktop: The descriptions display under the flags, so they can display 100%.
Mobile: The descriptions don’t display under flag, so they can’t display 100%.
>>>>> I can't repeat this error on 5 different smart phones.
I can't fix the error if I don't see it
You can try to add this CSS:
body .selectron23 .selectron23-container .selectron23-option-text {
margin-left: 0px;
padding-left: 0px;
float: left;}
>>>>>> This code can work for Australian dollar and Canadian dollar on firefox with our mobile, do the remaining currencies need the other codes ?
https://i.ibb.co/s98KyNZ/WOOCS-Mobile-Australian-Canadian-descriptions-display-under-flag-100-percent.jpg
Thank you.
Hello,
1. The descriptions.
Desktop: The descriptions display under the flags, so they can display 100%.
Mobile: The descriptions don’t display under flag, so they can’t display 100%.
>>>>> I can't repeat this error on 5 different smart phones.
I can't fix the error if I don't see it
You can try to add this CSS:
body .selectron23 .selectron23-container .selectron23-option-text {
margin-left: 0px;
padding-left: 0px;
float: left;
}
>>>>>> This code can work for Australian dollar and Canadian dollar on firefox with our mobile, do the remaining currencies need the other codes ?
Thank you.
Quote from Pablo Borysenco on May 10, 2022, 10:50Hello
No, this code should work for all texts in the switcher
I checked your site. But it looks like you didn't add this CSS or clear the cache
Hello
No, this code should work for all texts in the switcher
I checked your site. But it looks like you didn't add this CSS or clear the cache
Quote from otcloud on May 11, 2022, 10:15Hello,
1. The descriptions.
Desktop: The descriptions display under the flags, so they can display 100%.
Mobile: The descriptions don’t display under flag, so they can’t display 100%.
----
You didn’t send a CSS code for issue 1 to us.
April 29, 2022, 11:32
> ON mobile - https://share.pluginus.net/image/i20220429092529.png
----
>> We have tested it with a mobile:
~Chrome: works.
~Firefox: doesn’t works.
~Edge: doesn’t works.
----
>>> on firefox- https://share.pluginus.net/image/i20220502092119.png
----
>>>> It works on firefox with your mobile, but it still doesn’t work on firefox and edge with our mobile, does it need any codes ?
----
>>>>> I can't repeat this error on 5 different smart phones.
I can't fix the error if I don't see it
You can try to add this CSS:
body .selectron23 .selectron23-container .selectron23-option-text {
margin-left: 0px;
padding-left: 0px;
float: left;}
----
>>>>>> This code can work for Australian dollar and Canadian dollar on firefox with our mobile, do the remaining currencies need the other codes ?
https://i.ibb.co/s98KyNZ/WOOCS-Mobile-Australian-Canadian-descriptions-display-under-flag-100-percent.jpg
----
>>>>>>> No, this code should work for all texts in the switcher
I checked your site. But it looks like you didn't add this CSS or clear the cache
----
>>>>>>>> We have only added a CSS code that you sent.
body .selectron23 .selectron23-container .selectron23-option-text {
margin-left: 0px;
padding-left: 0px;
float: left;}
, then cleared the cache at the backend and the frontend (Firefox).
the descriptions still don’t display under the flags on Firefox in a mobile device.
Thank you.
Hello,
1. The descriptions.
Desktop: The descriptions display under the flags, so they can display 100%.
Mobile: The descriptions don’t display under flag, so they can’t display 100%.
----
You didn’t send a CSS code for issue 1 to us.
April 29, 2022, 11:32
> ON mobile - https://share.pluginus.net/image/i20220429092529.png
----
>> We have tested it with a mobile:
~Chrome: works.
~Firefox: doesn’t works.
~Edge: doesn’t works.
----
>>> on firefox- https://share.pluginus.net/image/i20220502092119.png
----
>>>> It works on firefox with your mobile, but it still doesn’t work on firefox and edge with our mobile, does it need any codes ?
----
>>>>> I can't repeat this error on 5 different smart phones.
I can't fix the error if I don't see it
You can try to add this CSS:
body .selectron23 .selectron23-container .selectron23-option-text {
margin-left: 0px;
padding-left: 0px;
float: left;
}
----
>>>>>> This code can work for Australian dollar and Canadian dollar on firefox with our mobile, do the remaining currencies need the other codes ?
----
>>>>>>> No, this code should work for all texts in the switcher
I checked your site. But it looks like you didn't add this CSS or clear the cache
----
>>>>>>>> We have only added a CSS code that you sent.
body .selectron23 .selectron23-container .selectron23-option-text {
margin-left: 0px;
padding-left: 0px;
float: left;
}
, then cleared the cache at the backend and the frontend (Firefox).
the descriptions still don’t display under the flags on Firefox in a mobile device.
Thank you.
Quote from Pablo Borysenco on May 11, 2022, 11:31Hello
now i see this code
What operating system is on your phone?
Hello
now i see this code
What operating system is on your phone?
Quote from otcloud on May 11, 2022, 11:43Hello,Android.Thank you.
Quote from Pablo Borysenco on May 11, 2022, 11:46can you clarify the android version so i can try to see the error
can you clarify the android version so i can try to see the error
Quote from otcloud on May 11, 2022, 12:29Android version 10
Thank you.
Android version 10
Thank you.
Quote from Pablo Borysenco on May 12, 2022, 10:03Hello
It is very strange. With the same parameters I don't see this error
Maybe it's a cache on your device?
Hello
It is very strange. With the same parameters I don't see this error
Maybe it's a cache on your device?
Quote from otcloud on May 12, 2022, 10:48Hello,
We have disabled the cache and tested our mobile, it still doesn't work.
Thank you.
Hello,
We have disabled the cache and tested our mobile, it still doesn't work.
Thank you.
Quote from Pablo Borysenco on May 12, 2022, 12:36Can you try another mobile to test?
Can you try another mobile to test?
Quote from otcloud on May 12, 2022, 12:40Hello,Yes, I will try it.Thank you.
Quote from Pablo Borysenco on May 13, 2022, 11:06Hello
ok! Waiting for your answer
Hello
ok! Waiting for your answer
Quote from otcloud on May 13, 2022, 12:49Hello,
1. The descriptions.
We have found the answer that the font size must be more than 100% on Firebox in a mobile device. Otherwise, the descriptions can’t show under the flags.
Thank you.
Hello,
1. The descriptions.
We have found the answer that the font size must be more than 100% on Firebox in a mobile device. Otherwise, the descriptions can’t show under the flags.
Thank you.