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
I am rendering payment buttons (e.g., PayPal, Apple Pay) on a page where users can update their cart (e.g., update quantity, apply coupons).
The issue I'm encountering is that after the buttons are rendered, any updates made to the cart are not reflected when clicking on any of the buttons. Instead, the payment windows show the old amount from before the updates.
Could you please suggest a solution to ensure that the payment windows reflect the updated cart amount?
The text was updated successfully, but these errors were encountered:
mohitkumar29
changed the title
Duplicate payment buttons
Payment Windows Show Outdated Cart Amounts After Cart Updates
Jun 27, 2024
Hi @mohitkumar29,
Unfortunately, this is technically impossible. After rendering payment buttons, it is only possible to change the shipping method/price if this is supported by the payment modal/page (which is displayed after clicking on the payment button).
So it looks like you need to add a checkout step to render the payment buttons where customers cannot change the cart amount.
Hi,
I am rendering payment buttons (e.g., PayPal, Apple Pay) on a page where users can update their cart (e.g., update quantity, apply coupons).
The issue I'm encountering is that after the buttons are rendered, any updates made to the cart are not reflected when clicking on any of the buttons. Instead, the payment windows show the old amount from before the updates.
Could you please suggest a solution to ensure that the payment windows reflect the updated cart amount?
The text was updated successfully, but these errors were encountered: