Skip to main content
Contributor I
May 1, 2024

How to show the amount saved from discounted items? (Not with coupon code)

  • May 1, 2024
  • 2 replies
  • 117 views

Hello everyone,

I'm currently working on refining our "Abandoned cart email" system, and I'm facing a challenge regarding how to display the amount saved from discounted items. I'd like to clarify that this doesn't involve coupon codes.

Here's a snippet of what we have so far in the email template:

{{ item.ProductName }}

Items: {{ item.Quantity|floatformat:0 }}

Total: {{ item.ItemPrice|floatformat:2 }} USD

However, we're encountering an issue where the total amount mentioned in the email doesn't reflect the savings customers make from discounted items.

I'd appreciate any insights or suggestions to what shortcode I should add to the above.

 

Looking forward to hearing from you.

This topic has been closed for replies.

2 replies

stephen.trumble
Klaviyo Alum
May 2, 2024

Hey @Steen Hansen 

Welcome to the community!

Can you share what integration you are using? 

-Stephen
Contributor I
May 3, 2024

Yes, I’m using DanDomain. 

 

And everything else works great.