Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
I want to change the link and the text "Continue shopping" on the Thank you page. Basically I want a redirection to a specific page not to the Home Page (current link). How do I do that?
To change the redirect link for the "Continue Shopping" button on the "thank you page", simply go to the "Checkout" section of the Shopify admin settings and go to "Order status page" so you can enter a script for the "thank you page"
<script>
window.addEventListener('load', function() {
const checkoutLinkRedirect = document.querySelector('.step__footer a');
if (checkoutLinkRedirect) {
const newUrl = 'https://your_url.com';
checkoutLinkRedirect.href = newUrl;
}
});
</script>
Order status page additional scripts page is deprecated what is the alternative for this
As 2024 wraps up, the dropshipping landscape is already shifting towards 2025's trends....
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024