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

Customers have to refresh the checkout page to open the payment form

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.

Hello,

After I activated this premium plug in I noticed this issue: when customers click on the Debit / Credit Card or PayPal button the form does not expand (or pop up) in the first try. Customers have to refresh the page to open the form and complete payment.
I have tested it by disabling all plug-ins, and I have verified that this plug-in is causing me this problem.

I have latest version plug in installed.

Thanks

The page I need help with: https://dejzi.co/

Hello

To get  license  key - https://codecanyon.net/downloads -> https://c2n.me/49ZXJv0.png

Paste your license key here - https://c2n.me/43SC6rb.png -> https://c2n.me/42HBIt7.png and  wp-admin access - https://c2n.me/42BAoj4.png

FYI

Hello

I have done the test several times, but I cannot repeat this error

I changed  option - https://c2n.me/4aEBY4H.png

Hello,

I do not want the payment to end in other currencies. If I make this option YES as in the screenshot, people who have not selected Euro currency are not able to complete the payment. I do not want to leave this option YES, I am getting the error again.

Hello

Ok!  Please  check  option -  https://c2n.me/4aEBY4H.png

And  add  in functions.php( https://currency-switcher.com/force-currency-on-checkout-page/ ):

add_filter('wp_head',function(){
if(is_checkout()){
global $WOOCS;
$WOOCS->set_currency('USD');
}
});