Discount Based on Position in Cart
B
Birdiejay Athleisure
Implement a feature that allows discounts to be applied based on the position of the products in the cart, where the lowest priced items receive the highest discount. This is to meet specific use cases that some customers have requested.
I want to achieve this:
customer adds 3 products in their cart. their values are
$1000
$500
$100
in the cart they should appear
$1000
$400 (20% discount for 500-dollar-product)
$70 (30% discount for 100-dollar-product)
discounts should apply based on: lowest valued item should get the highest discount rate.
why i want that? because this is done by the biggest stores in Turkey and I want it for so long because it makes total sense
If you'd like us to add this feature to our app, please upvote and comment on this thread.
P.S. This feature request was generated via AI, based on the conversation with the customer.
Regios Bot
updated the status to
open
Seun Oyebode
Another merchant has requested this exact feature
Their use case: a cart discount based on price ranking of eligible items, where the highest-priced item gets nothing and each cheaper item gets a progressively larger discount.
1 eligible item → no discount
Most expensive → 0%, 2nd → 20%, 3rd → 30%, 4th → 40%
Example: $100 → 0%, $80 → 20%, $60 → 30%, $40 → 40%
Must re-sort and recalculate automatically as items/quantities change
Tobe Osakwe
updated the status to
closed
Closing due to low demand, but if this request becomes more popular, it could be reopened in the future.
Tobe Osakwe
updated the status to
open
Tobe Osakwe
updated the status to
closed
Closing this feature request thread, as the only person to have requested it has uninstalled the app. If there is more demand in the future, we may consider reopening this.