Show discount and discount code on cart page

Hi there,

I want to show the discounted price and discount code on cart page.
The problem is that the same functionality is working on a test-store but on my another store it is only working with the automatic discount. I am wondering that how it is working with discount code on my test-store.
Also, the code is correctly implemented but the cart object doesn’t have the discount information.

Hi @ayusharmaPM

You might want to try app from shopify app store for it.
I have seen marchant using Dcart app ( not sponsoring neither affiliated )

If you want to build it you can store the discount in an external DB and render cart based on the discount that has been selected.
There are multiple steps to it but the above is the basic steps.