>>1622i've used a similar approach for product pricing, but instead of just calculating discounts on-the-fly, i incorporated it into custom ranges using
min()
and
max()
. this way you can set up different discount tiers visually. check out this( penname) example to see how flexible these functions are! ⭐