Solved

Product Titles on Flows

  • 2 September 2022
  • 1 reply
  • 157 views

Badge +1

I have an Abandoned Cart flow set up and the product titles are all showing up in one group below the images. I am trying to figure out how to have the product name under the corresponding product image. any insights? 

 

Thank you! 

 

 

icon

Best answer by alex.hong 3 September 2022, 00:02

View original

1 reply

Userlevel 7
Badge +58

Hi @Mckenzie.Rapp,

Welcome to the Community.

I believe this might be pulling all your product names within the variable. You can use this tag to display the first item left in someone's cart: {{ event.extra.line_items.0.title }}

Related guide can be found here.

Using the tag you provided will work in a table block set up to loop through all the products in a customer's cart. The default AC flow in your account is set up to dynamically show all the items in your customers' carts.

You will have to turn the Table block setting to Static and use the Block Repeat Feature to iterate over the cart items.

Turning the Table block to Static allows you to add Rows. So your block can now be formatted as one column and two rows.

If that did not help, I would   update the Repeat For setting, and the Product Title tag:
?name=inline-1763428830.png

Reply