Hi, my checkout button stopped working. Customers are only being allowed to pay with Shop Pay, which has been causing some issues. It’s not charging sales tax, but it also doesn’t let (or allow) the customer choose pickup/delivery dates for their order. This website is for a meal prep service. The last few orders that have come in have not given us any indication as to when the order is supposed to be prepared, or how the customer would like to receive their order. This is the website - https://prepbowlz.com/
Hi @jacobn4k
- Go to Online Store → Theme → Edit code.
- Open your global.js file and paste the code in the start of the file.
document.querySelector('button[name="checkout"]').removeAttribute('disabled');
Thanks!