Solved

Showing people's order in my first post-purchase email (WooCommerce)

  • 19 January 2023
  • 2 replies
  • 15 views

Badge +2

Hey guys !

I’m trying to build a post-purchase flow for my client (he’s on WooCommerce).

In the first email, I’d like to show what people just bought.

I can’t find the right piece of code on Klaviyo ressources neither on YouTube.

How can I show the products that people just bought ?

Could you help me out please ?

Thanks.

Steve.

 

icon

Best answer by Brian Turcotte 19 January 2023, 21:42

View original

2 replies

Userlevel 6
Badge +28

Hi @Steve0603 and welcome back to the Community!

 

Here is the Help Center reference for common event variables:

 

If I understand your use case correctly, I believe you’re probably looking for these variables:

  • Product Title/Name: {{ event.extra.Items.0.Name }}
  • Image: {{ event.extra.Items.0.Images.0.URL }}

 

There are also other variables mentioned in that article, such as Product URL, Price for Product, Quantity, and Total, which will pull in the desired elements as long as the flow is triggered by a “Placed Order” event.

 

I hope this helps, and thanks for using the Community!

- Brian

Badge +2

Thanks Brian, all good now ! 

Cheers.

 

Steve.

Reply