How to display "Total Saving" & "Item Savings" in DAWN theme cart page?

Hello Guys & Girls,

I am using DAWN theme currently for my store. Following are the few points I wish were available on the cart page.

1 - How to display price comparison for the product added to the cart.

2- Total saving below or above the subtotal amount

3- Applied discounts

4- Discount Code Section in cart page

REFER IMAGE BELOW

Since to actually see what the buyer is going to pay, he has to go all the way to the checkout page, even to use the discount code. This adds a lot of step for a buyer and actually make them go away instead to completing the checkout process.

I also found a interesting dev page regarding this issue. But since I don’t know coding, I will not be able to do it. So I am sharing the page link and hoping someone could help me and a lot of other guys like me.

Link - https://shopify.dev/themes/pricing-payments/discounts

@rankish3

are you check this page

Hi @rankish3 ,

It’s customization work, for that you need to hire a developer or need a developer help,
to add this feature with custom code.

You can contact (https://www.halothemes.com/contact) for support.

If you find this answer helpful, please mark it as a SOLUTION.

Best regards.

hi, I don’t know how to implement that code. Do you know, how to implement.

@rankish3

its can be done customization code

That’s an advanced customization for use with automatic discounts, if you need that and have the budget contact me at paull.newton+shopifyforums@gmail.com with project details: store url, storefront pass, theme(dawn) and feature description.

/pricing-payments/discounts is meant for automatic discounts it will not work with manual discount codes.

These are bad misconceptions, i doesn’t “add” steps there are necessary steps like shipping, payment method choice, that have to be gone through to get a total checkout price.
It’s the shopping analogy , /cart like real shopping cart for the products your carrying you don’t get the final tally until the checkout register, everything before that is an estimate.

Even if you use a discount app to put an early discount count field on the cart page that does not remove the reality of the other required information to get a final checkout price.

Further be careful with adding a discount code to the cart page, there are already 3 key actions you want customers to focus on during the /cart step: remove item, item qty change, and checkout method.

Do not add noise without thorough testing.

Thanks. That was a informative. Never thought from that point of view.