Skip to main content
Solved

Links in emails go to a redirect notice

  • November 9, 2022
  • 1 reply
  • 158 views

GVaughan
Contributor IV
Forum|alt.badge.img+4

I’m creating a campaign email for a client.

 

I’ve set up a static block with the products, each has a link attached. When I send myself a preview and click on the links I go to a redirect page first. 

 

Why is this happening?

 

And how do I prevent it?

Best answer by chloe.strange

Hi @GVaughan

Thanks for reaching out and being a part of Community! 

When you say “redirect page” can you clarify what that looks like? Is there a screenshot?

I’ve seen something similar to this in the past and it was because there was a was a missing / after your {{ organization.url }} tag.

For example, {{ organization.url }}products/{{ item.product.handle }} should be {{ organization.url }}/products/{{ item.product.handle }}.

Let me know if this helps for your example!

~Chloe

 

View original
Did this topic or the replies in the thread help you find an answer to your question?

1 reply

chloe.strange
Community Manager
Forum|alt.badge.img+41
  • Community Manager
  • 427 replies
  • Answer
  • November 10, 2022

Hi @GVaughan

Thanks for reaching out and being a part of Community! 

When you say “redirect page” can you clarify what that looks like? Is there a screenshot?

I’ve seen something similar to this in the past and it was because there was a was a missing / after your {{ organization.url }} tag.

For example, {{ organization.url }}products/{{ item.product.handle }} should be {{ organization.url }}/products/{{ item.product.handle }}.

Let me know if this helps for your example!

~Chloe