Skip to main content
Solved

How do I make the item name appear on Abandoned Cart

  • March 13, 2024
  • 1 reply
  • 150 views

Forum|alt.badge.img+2

Hello,

I’m looking to set a an abandoned cart reminder - added to cart trigger and it isn’t pulling through the item name. I’m using the code {{ item.Product.FullURL }} and this code currently works for my abandoned cart email. 

 

Why is it not working for the abandoned cart reminder - added to cart trigger? 

 

Also is there some training documents for the coding aspect of Klaviyo as it is very confusing for me. 

Best answer by annasophiefc

Hi there!

 

Thank you for posting in the Community! In order to answer your question in the best possible way I would need some background information. Which CMS are you currently operating in?

 

If it is Shopify for example you need to set up the Added to Cart script first before the metric sends over this information. This article can help you here.

 

If you already have the metric available, you should be able to pull the dynamic data when previewing events under “Preview and test” within the email. It should look something like below. Then you simple click on “AddedItemProductNAme” and it will copy the code for you to use in the e-mail. In this case, it looks like this: {{ event.AddedItemProductName|default:'' }}

Hope this helps, otherwise let me know!

 

In terms of help documents there is a lot to explore in this article, but please not that the event variables differ from CMS integration to CMS integration.

 

Kind regards

Anna Sophie

 

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

1 reply

annasophiefc
Partner - Platinum
Forum|alt.badge.img+22
  • 2025 Champion
  • 100 replies
  • Answer
  • March 13, 2024

Hi there!

 

Thank you for posting in the Community! In order to answer your question in the best possible way I would need some background information. Which CMS are you currently operating in?

 

If it is Shopify for example you need to set up the Added to Cart script first before the metric sends over this information. This article can help you here.

 

If you already have the metric available, you should be able to pull the dynamic data when previewing events under “Preview and test” within the email. It should look something like below. Then you simple click on “AddedItemProductNAme” and it will copy the code for you to use in the e-mail. In this case, it looks like this: {{ event.AddedItemProductName|default:'' }}

Hope this helps, otherwise let me know!

 

In terms of help documents there is a lot to explore in this article, but please not that the event variables differ from CMS integration to CMS integration.

 

Kind regards

Anna Sophie