Cannot change the href of element in Javascript – Shopify
I'm trying to change the "continue shopping" link on Shopify's "thank you" page but it doesn't work. I've included the following code to the additional scripts section on checkout page settings. <script> (function() { document.getElementsByClassName("step__footer__continue-btn")[0].href = "https://example.com/newlink"; })(); </script> Unfortunately,…