Hi there,
A few months ago I noticed the products linked in my abandoned cart flows were taking users to a ‘page not found’ screen. I saw it was due to a ‘/’ missing from the URL.
I revised my product code to {{ organization.url }}/products/{{ item.product.handle }} and that seemed to fix the issue.
Recently, I tested my abandon cart email again and noticed the url the product link is taking users to has switched back to: theunistore.com.auproducts (missing a ‘/’). I have not edited my product code since the last time I fixed it so have no idea what’s causing the problem.
Thanks in advance for your help!