Display discounts / compare at price at cart

Hello!

I’m looking for a snippet of code - or some help to display how much my customers are saving. I’d like to show the ‘compare at price’ as well as any discounts or anything applied in the cart. If we can even take it a step further to say “Total Savings” or something as well would be awesome!

Anyone have this for the Debut theme?

Anyone?

Hey Snuba,

As far as I’m aware of you can not display the discounts at the Cart page with liquid.

Regarding compare_at_price you can use {{ item.variant.compare_at_price | money }}.

Please let me know whether this solves your issue.

Kind regards,
Diego

1 Like

Hi, thanks for the code, where you insert it in the cart template?

Hi where you would you insert this code on the cart template?

Sweet - thanks :+1:

Hello Diego! Hope you are well. Can you help me, please? I use theme “Dawn” and have one problem with the display of compare at price at cart. Maybe you know how to show compare price in cart?

THIS WORKED FOR ME!!! Thank you so much!!!