document.body.addEventListener('click', function(event) { if (event.target.matches('.shopify-buy__checkout')) { window.location.href = 'https://surfaceskis.myshopify.com/checkout'; // Direct checkout } });