Skip to main content
Contributor I
August 24, 2023
Solved

Abandoned Cart - Same Price for Different Products

  • August 24, 2023
  • 1 reply
  • 115 views

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!πŸ˜ƒ

Β 

    This topic has been closed for replies.
    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
    Klaviyo Alum
    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!

    -Stephen