Marc
Forum Replies Created
-
I honestly have no idea. It would vary significantly from platform to platform.
You can still use WooCommerce subscriptions, but just remove the Braintree payment gateway option :).
Anyway, best of luck on whatever you decide to do!
Do I do that in my child theme’s style.css
Yes. Though, you’ll need to know what to hide first. You can do this by inspecting the elements on the checkout page.
I’ve already done this and it looks like this is the element you’ll need to select:
.wc_payment_method.payment_method_paypalbraintree_paypal{ display: none; }
This will hide the field so nobody clicks on it, but is certainly only a temporary solution.
I believe you can hide the Paypal part of the plugin in the Braintree options pane within “Checkout” in WooCommerce.
If that doesn’t work, you could always just hide it with
.selector{ display: none; }
In the CSS.
@pawelkmpt – thanks for the input. We may be dropping support for this as well in lieu of more functional options. We simply cannot have our shop owners losing sales because of something over which I have almost no control.
Hey hey!
Anyone still experiencing this issue since the plugin was updated? I just updated mine today with the aim of not getting that nasty “Paypal didn’t provide NONCE” error again.
Thanks.
Hey guys!
Anyone still experiencing this issue since the plugin was updated? I just updated mine today with the aim of not getting that nasty “Paypal didn’t provide NONCE” error again.