Hi All,
Currently, my checkout button within the cart page does not direct users to the checkout page and instead presents the Paypal, Google pay, etc.. options. Does anyone have any ideas as to how I would get the button to direct to the checkout page? I’ve looked at the css for it and can’t seem to find anything.
Any help is appreciated! 
website: matildacove.com.au
Hi,
Its because of some js adding “disabled” to button
do you remember when it was stopped working? I mean after adding some app, etc… then remove that app
I have not installed any apps recently, I’ve looked through the cart.liquid page and can’t seem to find the js that is disabling it.
My guess is that it this preorder.js file
I actually ran into a similar problem with this preorder.js script on another site, looks like it gets left behind even after the app is deleted.
Its probably being included in the theme.js file
I’ve got a ‘simple-preorder.js’ file which I could remove?
Are you using APP for preorder? if not then remove
also in cart.liquid or cart-template.liquid file search for disabled=“false” and remove it
The file on your site is definitely just preorder.js so I would keep looking, but it couldn’t hurt to comment that out and see if it fixes it.
Found " " in the theme.liquid file removed it and it fixed the issue. Thanks mate I really appreciate it!