Solved

Abandoned Cart - Same Price for Different Products

  • 24 August 2023
  • 1 reply
  • 19 views

Badge

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

 

icon

Best answer by stephen.trumble 24 August 2023, 18:22

View original

1 reply

Userlevel 7
Badge +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!

Reply