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

Currency not changing

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.

https://ibb.co/LnDkZ1J

as you can see i had added inr value as 1319
but the page is taking hidden values on phone as 106149.16

adding a link of pages as well

issue is only on phone layout

link of page is in private data

Hello

What shortcode are you using?

[wpcs_price type=”fixed” value=”USD:15,EUR:20,GBP:45“]
CUSTOM CODE

and the line where is showed the issue in screen shot is
[wpcs_price type="fixed" value="INR:1399,USD:16.49"]

added inr as custom currency for rupee

Please remove lazy table loading

hey can you check dropdown's min height issue on phone and spacing on desktop on menu above header on this site
sitelink

reference - https://ibb.co/1K8zjyQ

and if i give min/ max height : 30px; it just happens to malfunction !

Hello

1 - please  add CSS

body .selectron23{

margin-top: 0px;

}

2 Mobile menu issue(Incompatibility)

added this in style.css

how to solve  incompatibility?

In this case, you need to customize the code. Find the menu open event, and initialize the JS of the switcher

if you see the same in this link its working

Hello

I don't see the switcher on this link - https://c2n.me/4hLTrLc.png

Have checked there is no lazy load active now

the prices in link - This page
but in phone the dropdown is still unable to load it , and at the moment there is no other visual option available for change , kindly check and let me know !!!

for example - https://ibb.co/3z6mtvF the pricing of open section shall be 379 for renewal and transfer

but idk no caching no loading and its still 30501

is this a resources available on server issue ? that the currency isnt loading ?

currently my post max size is 256m
and max vars - 5000

and i have apporx 900+ tables on page

Hello

My  test - https://c2n.me/4hRt9o6.png and https://c2n.me/4hRtash.png

during INR just wait for a few seconds as the prices are as per my screenshot i.e xyz for 169  https://ibb.co/3z6mtvF

Hello

Ok!  Please  drop me  wp-admin+FTP access - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130637.png

Updated (y)

Hello

Please  do a test

it worked , what changes did you do ???

Hello

In  file  - \plugins\currency-switcher\index.php  -  i changed  this  line - https://c2n.me/4hURiYC.png

return $this->price_html(isset($fixed_values[$this->current_currency]) ? $fixed_values[$this->current_currency] : 'none', array('amount' => $value, 'as_is' => true, 'fixed_values' => $fixed_values));