How can I display all offers on the cart page?

Topic summary

Goal: Make all available offers/discount codes visible on the cart page to encourage customers to apply discounts and complete purchases, on a basic Shopify plan.

Context: The original poster references Shopify’s “discount_application” documentation (Shopify dev link) about displaying discounts on the cart page and asks if this can be used in their theme.

Current status: No solution yet; the OP is confirming feasibility rather than reporting a fix.

Key questions:

  • Should the cart show every discount code created in Admin, or only selected ones?
  • Can the “discount_application” approach from Shopify docs be leveraged within the current theme on a basic plan?

Suggested direction: One participant proposes customizing cart-template.liquid to list discount codes (either all or curated), implying a theme-level implementation.

Outcomes: No decisions or implementation details confirmed. The thread remains open, pending clarification of desired behavior (all vs. selected codes) and confirmation of theme compatibility with the documented approach. The linked documentation is central to understanding potential methods.

Summarized with AI on February 21. AI used: gpt-5.

Hello,

Is there anyone who can tell is it possible to make all the offers visible to the customer and entice them to apply discounts and complete transactions.

And another I found one article,

https://shopify.dev/themes/pricing-payments/discounts#the-discount_application-object

Where they mentioned some steps on how we can able to display discounts on the cart page automatically. Can we able to use that feature on our theme? We are currently on a basic Shopify plan.

Thanks in advance.

Jyoti B

Did you solve this problem?

No, I am asking is it possible?

@Jyoti_Bangar how do you see it? Would you display all discount codes created in admin? Or you would pick some of them? Maybe you could simply edit your cart-template.liquid to add a list of discount codes?