Skip to main content

I have created an cart abandonment flow from for my shopify website. 

It’s currently displaying the product name and price using the following tags: 

 

{{ event.Name }}

Price: {{ event.Price|striptags }}

 

But I also want to display the vendor name. Can’t for the life of find a tag for vendor name or a way to display this in the cart abandonment email.

 

Any help is much appreciated. 

 

thanks.

Hi @husamhamid 

 

Thank you for posting in the community!

 

You can do a catalog lookup and see what information is being pushed thorugh to klaviyo. In some cases you find both the description of the item, the brand and additional details like sale_price etc.

 

Put this into a text block and review the details in preview mode:

{% catalog event.ProductID %}

{{ catalog_item }}

{% endcatalog %}

 

Make sure to adjust the event.ProductID syntax to your integration - this may vary. Also visit this page to see how you can then pull in the vendor, brand or other details from the catalog lookup: https://help.klaviyo.com/hc/en-us/articles/360004785571

 

I hope this helps!

 

 


Reply