Solved

Order Summary for Multiple Items

  • 5 July 2023
  • 2 replies
  • 240 views

Badge

Hi. I’m creating an order confirmation email flow for placed orders and would like to add the order summary to the email. When the order contains only one item it is pretty easy to add the dynamic item, however I notice that when the order contains multiple products, the test email does not show anything within the order summary box and appears to be empty. Is there a code I can input into the order summary box that would preview the whole order regardless of the number of items purchased?

Thank you

icon

Best answer by bluesnapper 5 July 2023, 18:02

View original

2 replies

Userlevel 7
Badge +37

Hi @shademonster 

I use this setup (below) for a WooC client. It’s actually for a post-purchase review request but it does display all the items they purchased. I have a 2-col table in the email and the product name appears in the left col and the product image appears in the right col. 

Hope that works for you.

Andy

 

 

Dynamic variable or dynamic URL in the above: {{  item|lookup:'$extra'|lookup:'Images'|lookup:'0'|lookup:'URL' }}

 

 

 

Badge

Thank you. I’ve added that to the email flow and will see how it works.

Reply