Skip to main content
Solved

Abandoned Cart - Same Price for Different Products

  • August 24, 2023
  • 1 reply
  • 47 views

Forum|alt.badge.img+1

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!😃

 

Best answer by stephen.trumble

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!

View original
Did this topic or the replies in the thread help you find an answer to your question?

1 reply

stephen.trumble
Community Manager
Forum|alt.badge.img+60
  • Community Manager
  • 1518 replies
  • Answer
  • August 24, 2023

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!