Solutions for implementing tiered pricing

Hello,

I’m doing some research on all the possible solutions on implementing tiered pricing for store owners that are not Plus customers.

From what I’ve gathered simply Googling and reading forum posts here and there is that this can be accomplished in a couple of ways:

  1. App
  2. Shopify Scripts and the Script Editor (Only available to Plus customers)

I’m curious if there are ways to implement this feature without the two approaches above?

Any information would be appreciated. Thank you

Yes, you can create an alternate product template. Let customers add products on the template. Count how many items are added and apply the corresponding discount with checkout link.

I’m thinking to use a similar approach for my app. So it should be feasible