You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the cart page, after updating the cart quantity, modifying shipping details (such as postcode), or adding a gift card, the Apple Pay button disappears. This behavior is unexpected, as the Apple Pay button should remain visible and accessible throughout the checkout process unless explicitly removed.
To Reproduce
Go to the cart page with items in the cart.
Verify that the Apple Pay button is visible.
Perform any of the following actions:
Update the cart quantity.
Modify shipping details (e.g., change the postcode).
Add a gift card.
Observe that the Apple Pay button disappears after performing any of the above actions.
Screenshots
Expected Behavior
The Apple Pay button disappears when:
Cart quantities are updated.
Shipping details (e.g., postcode) are modified.
A gift card is added.
Environment
WordPress 6.4.3/6.6
Woo Commerce Version 8.6.1
Woo Commerce PayPal Payments Version 2.8.3
Browser [Chrome, Safari] all Version
Additional Details
The issue may be related to how the cart page is reloaded or how specific JavaScript components interact with the payment methods after updates.
Ensure that all scripts related to payment gateways are correctly initialized after any cart updates.
Hello @premkumarbsetec, thanks for reporting this issue. Can you please try it again with the latest PayPal Payments version 2.9.0?
This should resolve this reported behavior in most cases: https://github.com/user-attachments/assets/5e136079-f37d-4586-94b7-d78a9dc2d327
However, the button may still disappear on the Classic Checkout after AJAX reloads when it is split into a separate payment method selection (a new feature in 2.9.0).
Describe the Bug
On the cart page, after updating the cart quantity, modifying shipping details (such as postcode), or adding a gift card, the Apple Pay button disappears. This behavior is unexpected, as the Apple Pay button should remain visible and accessible throughout the checkout process unless explicitly removed.
To Reproduce
Screenshots
Expected Behavior
The Apple Pay button disappears when:
Environment
Additional Details
The issue may be related to how the cart page is reloaded or how specific JavaScript components interact with the payment methods after updates.
Ensure that all scripts related to payment gateways are correctly initialized after any cart updates.
System status
The text was updated successfully, but these errors were encountered: