Quantity Discounts on Product Page

Topic summary

A user working with Shopify’s Dawn theme wants to display quantity-based pricing tiers directly on product pages (e.g., 1 unit = €10, 5 units = €8 each). Currently, the discount only appears in the shopping cart after setup in the discount settings.

Key questions raised:

  • How to implement this via code adjustments
  • Whether an app could enable this functionality
  • If any themes include this feature by default

One responder suggested editing the product’s compare-at price field, but this approach addresses standard sale pricing rather than dynamic quantity-based discounts. Another commenter noted this would likely require custom code implementation or working with a Shopify Expert/developer, possibly through an app.

Status: The discussion remains open with no definitive solution provided. The core challenge is making quantity discount tiers visible on product pages rather than only in the cart.

Summarized with AI on November 19. AI used: claude-sonnet-4-5-20250929.

Hello all,

I’m using the Dawn theme and I want to show quantity discounts on the product page (if order quantity = 1 the product costs 10€, if order quantity = 5 it costs 8€ per piece).

I have already set up the quantity discount on the discount page, however the reduction is only displayed in the shopping cart. But of course I want to show it to the customer already on the product page to incentivize him to order more.
Actually, this should be a standard functionality, but obviously it is not.

  1. does one of you have an idea how this can be achieved via a code adjustment?
  2. what app, if any, would be helpful as an addition to enable this functionality?
  3. is there a theme that already brings this functionality out of the box?

Thanks
Samuel

Translated with www.DeepL.com/Translator (free version)

1 Like

You can go to the Product section of the admin and select the product you want to update the sale price on. You can then go to the price and edit the ‘compare at’ field. This is where you would add the old price.

Thanks for your message!

However, what you are suggesting refers more to „normal“ discount as part of a Sale initiative as far as I understood. I want to setup quantity based rebates in three levels (quantity = 1, quantity = 25, quantity = 50), which I already did and which is actually working in the cart. But I want to show the discounts already on the product page and this would not work with your approach. Unless I got you wrong?

thanks

samuel

1 Like

Hm, interesting issue. I would suggest trying https://www.storetasker.com/ (or a Shopify Expert at https://experts.shopify.com/) to see if they could implement this with some custom code - it seems like something that would be doable.

As an aside, I’m wondering how you implemented the quantity discount in the first place - I’m guessing through an app?