Why does my checkout button keep loading indefinitely?

I’m having a problem with the checkout page:

I’ve set up the Agree with the terms and conditions checkbox, which is working fine.

. I try to checkout without agreeing, the popup appears saying i need to agree, I click ok. but then, the button for the checkout keeps on loading, the little loading disc doesn’t disappear and the text at the button never shows up again.

. This problem happens at my cart page too, but the major problem here is that the line with the checkbox for the terms don’t apear anywhere.

Any ideas?

https://coffee-alemao.myshopify.com

coffee#2018

Thanks,

Coffee? Mmmmm!

Hi there, looks like you forgot to comment out a piece of code from the tutorial > Brooklyn Step #5.

In your theme.js.liquid you need to find

theme.checkoutIndicator();

And simply comment it

// theme.checkoutIndicator();

And you should be good to go.

Hope this helps!

1 Like

*feeling dumb…

Thank you for your help..it was a missing step…

You deserve a cup of coffee! :smiley:

This did not work for me. When checkout button is clicked it stays loading and never actually goes to the checkout page.

3 Likes

I have the same issue. How did you solve this?