Experiencing checkout issues with your online store too?

My store is unable to checkout. I have reported this to Shopify support team and still pending for their developers to resolve this and still waiting since 11am. Has anyone here experiencing the same issue?

Yes, one of our stores experiences the same issue. The cart page just reloads after clicking the checkout button, with no error whatsoever. It is confirmed by Shopify Plus Support that this is an acknowledged issue and that their developers are working on a fix. Losing sales for over 90 minutes now.

Yes same problem here. Very frustrating.

Yes, this is seriously affecting our business and we are losing sales by the seconds. I have reported thrice and let’s hope they fix it ASAP. Thank you for sharing and somehow it’s a relief that I am not alone.

1 Like

Omg yes indeed! Stressed out since we can’t do much but just wait. Shopify better do something fast!

1 Like

same issue, has been almost 8 hours. I have been in contact with Shopify support, they are working on the issue but cannot give any ETA for the fix.

Oh no, sorry to hear that. 8 hours not a joke! Let’s hope it can be fixed soon :crossed_fingers:t4:

As a temporary fix, you can add a static anchor to /checkout instead of submitting the cart form (with a button). This means you can continue to the checkout but any other logic that’s being used on the cart page will probably not be executed.

Sorry, I’m bad in coding and definitely not a coder. May I know which part should I add this?

I’m sorry, i’m unable to help anybody separately. I have a business to run ;-). If you have access to the code of your theme (ā€œedit codeā€), go to cart.liquid, look for the submit button which takes you to the checkout. Comment out or remove this button temporarily. Add this instead:

Continue to checkout

1 Like

Shopify support told me to disable Google tag manager code from the additional scripts but I’m not good with code so haven’t attempted it. Has anyone tried this and been successful?

Tried it, didn’t work for my case. They also told me that this GTM fix MAY work.

I found it. Remove this part right?

{{ ā€˜cart.general.checkout’ | t }}

Oh no. Okay does the GTM disabling works for you?

Yes

Nope

It didn’t work for me too :disappointed_face:

Didn’t work :disappointed_face:

disabling Google tag manager only works for Shopify Plus accounts

@Pottycats

change your cart page form action to ā€˜checkout’

https://community.shopify.com/c/technical-q-a/how-to-fix-checkout-issues/td-p/1719762

1 Like