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
When the placeOrder event is triggered, the plugin now displays a loading spinner to the shopper. Previously, there were no visual cues that signaled a process was taking place.
Tested scenarios
Happy/unhappy card payment flows with and without 3D Secure 2
Redirect Klarna payments with success and cancellation flows
Thank you for your contribution. I've left a comment about an exception message that I got on my checkout. I've tried with 3DS2 and non 3DS2 card payments. Could you please elaborate on the issue?
Thanks for your comments.
When a customer clicks the placeOrder button, a wire.placeOrder is triggered. This could take some time to in our case it does a round trip to the erp system to get a order-number. But in other cases with a slow internet or server this could take some time.
sena1482
changed the title
Add visual loading.. spinner to place order
Show loading spinner when processing the place order event
Dec 10, 2024
sena1482
changed the title
Show loading spinner when processing the place order event
Show loading spinner when placing an order
Dec 10, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
When the
placeOrderevent is triggered, the plugin now displays a loading spinner to the shopper. Previously, there were no visual cues that signaled a process was taking place.Tested scenarios