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 does not work on order-pay

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,

I have purchased and installed WOOCS on my website. However there is an issue I need to resolve. When user selects payment gateway on"checkout" page, he goes to"payment" page with endpoint"order-pay". And currency switcher does not work there. I can suggest this is because payment gateway kind of blocks the currency and amount. But in this case I need to hide the switcher on this page. But endpoint"order-pay" does not work and I still need to show it on"checkout" page.

So how is it possible to either change currency or hide switcher on payment page with endpoint"order-pay"?

Hello

Please  drop me  exact  link to the  issue

Read  this - https://currency-switcher.com/currency-recounts-wrong-double-zero-and-others/

I have included credentials for test customer so you can login.

Here is the link for the test order: https://shop.levhaolam.com/checkout/order-pay/3354/?key=wc_order_QPbGsNLcBsiwh

Hello

This is not standard woocommerce functionality.

It seems that this is not compatible with this payment system- https://c2n.me/479Csb5.png

 

Ok, that is not a problem. I just need a way to hide it. What I have done now - manually included stylesheet to hide whole block into that template.

I mean there are such settings in plugin to hide on specific pages. But it works for slugs or post ids. This specific page with endpoint"order-pay" is considered as part of checkout page despite it has different template and url.

So I wonder if it is possible to extend functionality of hiding.

Hello

Unfortunately, the plugin defines the page by is_page (). So in your case it’s impossible to determine this.

Use CSS:

.woocommerce-order-pay .woocs_auto_switcher{

display: none;

}