25%off on products after the first one

Hello!

I wanted to do a discount that applies 25% off on the product price after the first one is added, so first product will remain full price, and every product after that one will have 25% off.

Is there an app I could add to do that?

Thanks!

I think you could try DiscountYard – Discount Rules.

https://discountyard-store.myshopify.com/

You can achieve this with app Stack Discounts Pro.

You can create a campaign with a discount of type “Amount Off Products” and use the setting:

  • Do not discount first N quantities = 1

This will skip the first product and apply the discount to all additional quantities.

Hi @Haken,

You can write rules like “if this is the 2nd item or later in the cart, apply 25% off” way more flexible than the automatic discount builder. You can target it by product, collection, or just blanket apply it. You can use Checkout Boost for this kind of setup. Its super easy peasy, just define collection and “Eligible quantity > Above Threshold > 1” conditions.

Expected behavior: Discount applies ONLY to quantities above the threshold. Items at or below threshold remain at full price.

Example:

  • Setup: Collection = “T-shirts”, Eligible quantity above threshold 3, Discount = 10%
  • Cart: 5 T-shirts [email removed] $20 each
  • Eligible quantity: 5
  • Result: First 3 T-shirts at full price, remaining 2 get 10% off
  • Customer pays: (3 × $20) + (2 × $18) = $60 + $36 = $96

Use Case: Volume discount “First 3 at regular price, 4+ get discount”

I hope that helps!