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.