Skip to main content
Solved

Why are my abandoned cart emails formatting my product names like this?

  • July 3, 2024
  • 1 reply
  • 24 views

Forum|alt.badge.img

I’ve recently switched to using Klaviyo, and am wondering why when starting an abandoned cart flow, using a template provided for woocommerce, the product names of my clients website are including these “<span>”s

I’ve included a picture of the test email, as well as the formatting used on the dynamic block.

Any help would be greatly appreciated, Thanks!

 

 

 

Best answer by ethankirk

I may not be the only one having this issue, so I’ll respond here. I managed to fix this issue by changing the {{Item.Name}} event variable to this:

{{item.Name|safe}}

 

Hope this helps someone down the line!

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

1 reply

Forum|alt.badge.img
  • Author
  • Contributor I
  • 1 reply
  • Answer
  • July 3, 2024

I may not be the only one having this issue, so I’ll respond here. I managed to fix this issue by changing the {{Item.Name}} event variable to this:

{{item.Name|safe}}

 

Hope this helps someone down the line!