Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate possible conflict with PayPal Payments #881

Open
jorgeatorres opened this issue Aug 19, 2021 · 1 comment
Open

Investigate possible conflict with PayPal Payments #881

jorgeatorres opened this issue Aug 19, 2021 · 1 comment

Comments

@jorgeatorres
Copy link
Member

When the PayPal Checkout Gateway plugin is active (the gateway can be disabled, but plugin needs to be active), then a second "Place order" button may appear in the checkout.
The second button can be triggered by clicking the PCP gateway name or the radio button when it was already selected.
For some merchants, the PayPal Card Processing always displayed the second button.
We figured that there seem to be other potential causes that could make the "Place order" button appear, (because not all reporters had the Checkout plugin installed) but this is one method to consistently trigger the behavior.

image (1)
image

Related:
woocommerce/woocommerce-paypal-payments#176

@AlexP11223
Copy link

It happens because this plugin updates the button visibility on click instead of change + with some delay caused by animation.

https://github.com/woocommerce/woocommerce-gateway-paypal-express-checkout/blob/trunk/assets/js/wc-gateway-ppec-order-review.js

But it should not be a problem after woocommerce/woocommerce-paypal-payments#361

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants