lowest & highest methods for PricingManager #190
poppabear8883
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Often devs will need to know the lowest or highest price from within the collection of variants.
I think we should have methods like
Pricing::lowest($variants)
&Pricing::highest($variants)
Example use case would be a product card showing something like
Starting at $x.xx
orFrom $x.xx - $xx.xx
Beta Was this translation helpful? Give feedback.
All reactions