Shopify themes, liquid, logos, and UX
Hi guys, when my visitor subscribes to my newsletter I want them to be redirected to another site. I'm using the Debut theme. I can't get this to work. None of the working solutions for others have worked for me.
Please help,
Thanks
Hi @northwester , try this - just enter your url values.
<script>
if (window.location == "Thank you page url") {
window.location.href = 'URL that you want your customers to be redirected';
}
</script>
If you find my answer helpful, please mark resolved or like.
Hi Marina, thanks for the reply. Can you please tell me where to put the code? Do I put it inside newsletter.liquid? If so, is there any particular place that I should paste it in that section? I tried pasting inside newsletter.liquid ( I wasn't sure where to put it though) but it makes my store require a password in order to view it.
Thanks
Hi @northwester , you can add it in your theme.liquid file, just above </head>. Don't forget to add your url's. 🙂
Can you please tell me how to find the url of my thank you page (part 1)? When I optin to my newsletter, it just goes "https://myshopifystore.com/?customer_posted=true." Is that my thank you page?
Thanks
Ooooh, you should make custom validation for that form and on success add piece of code to redirect it. Do you know how to do that?
No I don't know how to do that sorry. Can you please tell me? Thanks
did this solution work for you in the end?
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025