A user wants to display sale price comparisons on their cart page using the Sense theme. Specifically, they want to show:
Original price (crossed out)
Amount saved from the discount
Final sale price
Currently, only the final sale price appears on their cart page.
Initial responses:
One helper asked for the store URL to investigate why price tags aren’t showing
Another provided code to replace in the main-cart-items.liquid file, including a “save tag” for customization
Clarification:
The user explained they don’t need a simple price tag—they want a full price comparison display similar to what appears on product pages, but specifically on the cart page for items with active sale discounts.
Current status:
The discussion remains open with one helper asking for confirmation about whether they mean a “Final Sale price tag.” The user has provided visual examples showing the desired layout but hasn’t yet received a solution that addresses their specific requirement.
Summarized with AI on November 2.
AI used: claude-sonnet-4-5-20250929.
I would like to add a price tag that says how much people save when they add a product to their cart that’s on sale. I just want to implement this for every product that people add to their cart when it is on sale. I’m using the Sense theme. Any help would be greatly appreciated, I’ve been looking for days now!
Thank you for your quick answer. There’s a misunderstanding here. I meant I want to show the Sale price comparison in cart page. I linked an example down below of what I’m trying to achieve.
Thank you for your quick answer. There’s a misunderstanding here. I meant I want to show the Sale price comparison in cart page. I linked an example down below of what I’m trying to achieve.
The final sale price is already displayed on the cart page (see the first picture linked below). What I’d like to show on the cart page is the original price crossed out, the amount the customer is saving due to the sale discount, and then the final sale price (see the second picture)