Kani
August 31, 2022, 9:43am
1
before you start
check if this solution will work for you
1: add item to cart
2: enter it in your browser, your domain /chekcout
Edit your Cart page form action from ‘/cart’ to ‘/checkout’
1: Online store > themes > Actions > Edit code > sections > cart-template.liquid
search <form action="
if you are using Dawn, then it’s in ‘main-cart-items.liquid’ and ‘cart-drawer.liquid’
before
after
13 Likes
Kani
August 31, 2022, 9:45am
2
remember to back up your theme, and waiting for shopify fix this issues
I have not removed ‘Google Tag Manager’ and it still work (just changing the form action ), so you can keep it as you like
check status here
https://www.shopifystatus.com/
4 Likes
what exactly I have to remove and what I have to add? Thank you
Kani
August 31, 2022, 10:51am
4
oh sorry seems like it not clear. I have updated post.
for this hot fix you should change your form action url to ‘checkout’
3 Likes
Worked just fine for dawn theme. Thank you
1 Like
A_L95
August 31, 2022, 12:37pm
7
Much appreciated Kani.
Worked on our theme as well - I can’t believe that it’s been this many hours and Shopify dev team still have not found a solution.
2 Likes
Kani
August 31, 2022, 1:00pm
8
from @RCosmin
Kalles theme
the file that needs to be changed is cart_widget.liquid
Then - theme settings and disable the “Cart view” button.
OMG couldn’t agree more to this! @Kani you are truly THE BEST! THANK YOUUUUU
1 Like
Hi Kani,
As a temporary solution, I’ve followed one of shopify partners solution : replace the checkout buton by this code : Continue to checkout .
It works and orders are now coming… which is really less frutrating !!!
It’s not a good solution because there is no button at all but as orders are now coming, it’s difficulte for me to stop to make tests…
Any suggestion ?
Thank you for your support !!
Thank you, amazing that it takes someone outside of Shopify’s internal dev team to offer a real solution instead of just saying “try removing GTM”. Much appreciated
5 Likes
Kani
August 31, 2022, 2:07pm
12
Hi @BRACHET_LUCIE
you can do it like this
1:duplicate you current theme
2:preview and edit it here, and publish this theme once you updated code
ErinK
August 31, 2022, 2:16pm
13
Using the Prestige theme, and this is an excellent temporary fix, thank you Kani!!
1 Like
TTS1
August 31, 2022, 2:20pm
14
You are an ABSOLUTE GENIUS! This worked straight away, thank you so much for this!
1 Like
My store is using Brooklyn theme. I couldn’t find the cart-template.liquid under section. Could you please tell me where I should look to? Thank you.
hi @Kani
i am using supply theme and not getting where and what i have to change, please help.
It works! thank you very much!!
1 Like
this line is showing there, please let me know what i have to replace with what.