-
Notifications
You must be signed in to change notification settings - Fork 69
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
Google Pay and Apple Pay showing up on zero balance owed carts #5406
Comments
also tried
still shows |
Hi @anu-rock. Is this issue something that team Fusion is planning to work on? The reason why I am asking is that I have to prioritize and I am not sure if you are going to handle it. |
Thanks for the ping, @zmaglica. We haven't yet planned to pick it up as the team is busy with other work. What priority do you have in mind for this issue? |
I've added it to our team backlog for now. But we may not be able to visit this until a few weeks later. |
Could you elaborate on the context and use case? Shipping free samples would be a case where my info contained in Google Pay would be preferable to filling out the checkout form. |
As @themindfactory noted, there is a confusion element associated with allowing an EPM to be used for a 0.00 cart or product. When paying via Google Pay or Apple Pay, the card information is still included in the modal, even though that card is not being charged. This could confuse customers, as they would not be prompted to provide their card information if they were going through the normal checkout flow. |
When a user checkouts and the total is ZERO... (free) the Google Pay and Apple Pay still shows up and this is confusing people...
Just add a zero valued item to the cart and checkout on a cellphone.
I have searched high and low for solution but none, I have tried mamy attempts at various methods in PHP and Javascript/CSS to no avail, using the display:none trick on all HTML and CSS involved with the button yields nothing,
Found this but when used on a hook the hooks the beginning of the checkout forms creation just causes errors:
I have found ways of turning off the feature completely in code (PHP) but not for carts == 0.00
Thoughts?
The text was updated successfully, but these errors were encountered: