Skip to main content
Problem Solver II
September 13, 2022
Solved

Row collection info for "added to cart" event (BigCommerce) - can't figure it out.

  • September 13, 2022
  • 3 replies
  • 359 views

Ok, so I’ve followed the steps here the best I can: https://help.klaviyo.com/hc/en-us/articles/4408802597659-How-to-Build-Dynamic-Blocks-in-a-Flow-Email-new-editor-

But I can’t get this to work. I don’t want to use the split block converted from the old editor template as I would like to vertically center align the product text (which you can do in a table).

The info available for this event is pretty minimal:

Can anyone advise? I would like to display the product name, image and price… this doesn’t work:

Thanks!

This topic has been closed for replies.
Best answer by Dov

Hi @wernstrom,

Check out the second half of my reply in the thread below:

In short, you shouldn’t need to use row collection/alias because you’re not “looping” over multiple items when using Added to Cart. Rather, it should just involve copying and pasting those tags into a static table block.

I hope that helps clear things up.

 

3 replies

Dov
DovAnswer
Klaviyo Alum
September 14, 2022

Hi @wernstrom,

Check out the second half of my reply in the thread below:

In short, you shouldn’t need to use row collection/alias because you’re not “looping” over multiple items when using Added to Cart. Rather, it should just involve copying and pasting those tags into a static table block.

I hope that helps clear things up.

 

DD
Omar
Partner - Platinum
2025 Champion
September 14, 2022

@wernstrom adding to @Dov it does depend a bit on what data you're receiving in Klaviyo.

Indeed normal setup if you follow those instructions means it's a 1 on 1 direct match and you can use the variables in one go.

The exception being that if you've configured the add to cart to also send the contents of the cart you would need to loop over it using the repeat function.

I hope that helps.

 

Omar Lovert // Polaris Growth // Klaviyo Master Platinum Partner

Helping E-commerce brands maximize Lifetime Value & Profits with Klaviyo, CRO & CVO - Get your free Audit - https://link.polarisgrowth.com/free-audit
wernstromAuthor
Problem Solver II
September 14, 2022

Thanks @Dov , saved the day as usual!