How can the user Cancel or Go Back on a Checkout? #91
-
Setting up a checkout with the SDK is simple. When a user completes the purchase process, the redirectUrl configuration functions smoothly, redirecting them to the website or app. However, if the user wishes to cancel or go back for any reason, how can I implement this within the createCheckout method? Any help is appreciated, thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @vacom, You could either use a checkout overlay: or open a hosted checkout in a new tab. Currently, there isn't a way to include a back button in a hosted checkout (which is probably better for conversion rates). |
Beta Was this translation helpful? Give feedback.
Hi @vacom,
You could either use a checkout overlay:
https://www.lemonsqueezy.com/ecommerce/checkout-overlays
or open a hosted checkout in a new tab.
Currently, there isn't a way to include a back button in a hosted checkout (which is probably better for conversion rates).