the checkout Button on my cart page (https://safe-t-shirt.shop) is not working. It is just refreshing the page. I tested it with two Computers (with Chrome and Firefox on each). Each times I tested it as well in incognito mode. Same on my iPhone with Safari.
Welcome to Shopify Community. My name is Olivia and I work here.
Thanks for sharing your question. I took a second look at your website, and I also ran into the same issue you described. I dug a little deeper, and it doesn’t look like the issue is being caused by any currently installed apps, rather, some edits that may have been made to your theme code.
Have you tried to test your store against an unedited version of your theme?
I downloaded the theme again and configured everything exact in the same way like before. Now it works. I don’t know what I changed on code level, that impacts the checkout button.
I’m so glad you were able to fix that up, @marc_s .
Code can definitely be very tricky. My suspicion is that you may have edited the cart.liquid, or downloaded an app (but didn’t properly uninstall it) that made edits? If you will be making future code changes and you want to find out exactly what went wrong with the first one, use a free online tool like Diffchecker to compare code between the working and broken theme.
Hello, I am running into the same problem… The Cart page keeps refreshing when I click Check-out… But when you say download a fresh copy do I have to redo my entire store… I’m lost…
The best way to rule out any cart code errors would certainly be to test your store against unedited themes. The main idea here is identifying if there is a code error that was added after the fact which may be causing the issues you are experiencing.
Please make sure to check out the tutorial I shared earlier to help identify code errors and how to proceed with next steps. If you do determine there are code issues on your site and you are unable to resolve them yourself, then you can definitely consult with our Experts.
Have you attempted the troubleshooting steps I shared earlier in this forum thread? These are very important steps that we ask you to take in order to help identify the issue you are experiencing.
Please let me know the results of your troubleshooting and I would be happy to guide further.
my checkout button isn’t responsive in anyway. Everytime I click nothing happens on mobile. Is there a way you could test it for me on your side and any advice how to fix it?
Hello Alishahzad, my store suddenly ran into this problem for the last few hours. I did not made any change to my theme recently. The problem happened on its own. When I click on the checkout button in cart page, the button only flashes for a few seconds but does not go to checkout page. Could you please help me. Thank you
Thank you for letting me know. Do you mean that a lot of other people are having the same issue today? Have you found a solution to fix it?
Update: I checked the Shopify status page, it says:
Checkouts that use Google Tag Manager may not be reachable for some customers from the cart page. We recommend temporarily disabling Google Tag Manager as a workaround while our developers are continuing to investigate.
Shopify checkout is currently broken if you have GTM installed according to their status page. https://www.shopifystatus.com/incidents
Although I removed GTM and it’s still not working…
Had this issue with a few clients sites. The issue is with Shopify and Google Tag manager at the moment. You can see that from the https://www.shopifystatus.com/
Easy fix for now is to pass the shopify checkout validation and send your user straight to checkout.
In your theme, find where it has
and change it to
```markup
This can be located in multiple locations, just depends on the theme you're using.
```markup
cart.liquid
template-cart.liquid
main-cart-items.liquid
Although this is just a temp fix and these should be changed back after shopify has fixed the GTM issues. This should work for now.