Skip to main content
Solved

Abandoned Cart - Same Price for Different Products

  • August 24, 2023
  • 1 reply
  • 97 views

Forum|alt.badge.img+2

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!

1 reply

stephen.trumble
Forum|alt.badge.img+60

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!