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.
Created by Seun Oyebode
·