Imagine a scenario where you have a list of products that are options in a text list (dropdown).
The product pricing is as follows:
First selection (regardless of which) is the highest price.
Next selection is a slightly lower price.
Following selection is lower price, and so on.
Example of pricing:
Product | Price |
First Selection | $50/unit |
Second Selection | $30/unit |
Third Selection | $15/unit |
How would you approach this configuration?