Skip to main content

Hi there, 

Ive created a table as per klaviyo instrucutions but I’m struggling to get my abandoned cart product block to show the product title, its giving me the image and the price but not the title, very furstrating! 

the metric is fine - its pulling through from shopify , all dispaying nicely. 

this is the code im trying: 

{{ event.Name }} - this bit of code isnt - ive tried other things like product title etc - still no joy! 

{% currency_format event.Price %} - this is working 

 

Hi @Lidgeriz,

To find the product name, go into your flow email and click the Preview & Test button. It should populate with the 10 most recent profiles that qualifiy. Under the event properties, hover over the property that shows the product title, then click on it to copy the string. Then you should be able to paste that string into your email. For example, the string in my account looks like this:

{{ event.Items.0.ProductName|default:'' }}

Also, here’s an article about populating fields using a row collection and alias, it was helpful to me:

https://help.klaviyo.com/hc/en-us/articles/4408802597659

Good luck! Let me know if you have more questions.


Reply