Checkout button on the Cart page not working

Hi,

Our shop (www.treetotub.com) is using a heavily customized Debut theme. I’m not sure if it has anything to do with it, but a couple of hours or 1 day after the ownership of the shop was transferred to me the Checkout button stopped working on the desktop site. On mobile it works. When you click on the Checkout button, it’s not an active link and nothing happens. There is no error message and the page doesn’t refresh.

I’ve already logged a ticket to chat support but was advised to ask my question here. The ticket number is 31588669.

button.CartButtonSubmit.btn-primary {
    pointer-events: auto;
}

@Racel ,

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

Hi @oscprofessional I added it but it’s still not working. We don’t have theme.scss.liquid asset just theme.scss-original.liquid.

@Racel ,

button.CartButtonSubmit.btn-primary {
    pointer-events: auto !important;
}

try this

Thank you @oscprofessional , I tried it but it didn’t work. :disappointed_face:

@Racel ,

Try to add css at top or in between.

@oscprofessional Like this?

@Racel

button.CartButtonSubmit.btn-primary {
    pointer-events: auto !important;
}

Add it top of the code