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

WOOCS Session Error

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.
12

Beta alternative session works great and much better than transient, no delay in currency switch.

There is a delay in showing the right currency.

Hello

There is a delay in showing the right currency. - If  you  use  this  option - https://c2n.me/49nrUZP.png plugin redraws prices after full page load

Did you do import  here - https://c2n.me/49nsa8z.png ?

page=premiumproducts

 

Yes. Thats the page.

Hello

Ok!  Try  to add  this  code:

add_action("admin_head",function(){
if(isset($_GET['page']) AND $_GET['page']=='premiumproducts'){

        if (class_exists('WOOCS')) {
            global $WOOCS;
            $WOOCS->reset_currency();
        }

}
});

Thanks for this, unfortunately, this code didn't work.

Hello

Ok!   please  try  to  add  this code in  file - \wp-content\plugins\woocommerce-currency-switcher\index.php -  https://c2n.me/49pVM3o.png

if(isset($_GET['page']) AND $_GET['page']=='premiumproducts'){

return false;

}

it completely disable my plugin on this page

Thanks for coming up with a solution, unfortunately, it does not seem it wants to work. It is stubborn.

Wouldn't there be an option to disable the plugin for admins in admin backend?

I am in talk with the plugin maker as well.

They do recommend another plugin tho.

I rather not switch.

I got it to temporary work using ?currency=USD on the frontend then import. Another thing I've noticed is woocommerce - facebook plugin when sync, it syncs in sek (My currency) and not USD.

I think the plugin should have an admin currency option.

Hello

Wouldn't there be an option to disable the plugin for admins in admin backend? - This will cause errors. But my code is disabling switcher for third party plugin

Read this  please - https://currency-switcher.com/facebook-for-woocommerce/

12