Hi
I needed to add a dynamic checkout URL to my abandoned checkout emails and I am running into a strange issue.
My dynamic checkout URL has this structure: {{ event.CheckoutURL }}
When I add it to the button, the link is working.
However, when I try to add it as a URL link, the target URL has this structure: https//domain (which obviously breaks because the : is absent just after https)
How does this even show up?