#floflo83-checkout

1 messages · Page 1 of 1 (latest)

pearl bear
#

hi! you can't use Checkout in a frame or modal no, it's always a redirect to a new full page.

#

do you have more information about what is happening on Firefox with cookies?

pearl bear
#

not sure I follow really just from the screenshot

#

do you have a link to the page where you do the redirect that I can look at and replicate?

ionic mist
pearl bear
#

well one thing I see immediately is you need an ev.preventDefault inside your const redirectToCheckout function

#

for me that's why it doesn't work on Firefox, because it's a submit button the page will reload immediately when clicked before the code in that event handler to redirect to Checkout can run (on Chrome you're lucky that it executes before the browser does the redirect, Firefox can be different)