Hi!
I’m having an issue getting my product title {{ item.title }} to link to the product page in my abandoned cart flow. This is in the dynamic product block that shows what the contact left in their cart. Every time I try to enter this - it won’t save and I get the ‘saving’ spinning wheel of death.
I’ve tried: {{ organization.url }}products/{{ event.extra.line_items.0.product.handle }}
I’ve tried: {{ organization.url }}products/{{ item.product.handle }}
I’ve also tried putting in the company website: https://www.companysite.com/products/{{ item.product.handle }}
Still… nothing is working. Any insight here.
However, when I do try just the company url - https://www.companysite.com it saves and works fine.