Skip to main content

Hi,

I have a problem with my abandoned cart flow. When I have multiple products in the cart, even if all of them have different prices, on the email all have the same price. How can I fix this problem? Thank you!😃

 

Hey @AlexOlteanu 

Welcome to the community and congrats on your first post! Happy to help!

The syntax you are using event.extra.Items.0 is part of an array and the “0” is specifically indicating the first item in the array only which is why it’s only showing one price. Here are other community post on the same topic that will help you find the correct syntax to use. 

Hope this helps!


Reply