The order form has a dropdown for pricing, for example:
1 Month @ $5.00
1 Year @ $50.00
There may be many such terms. We want to show the discount % for all except the minimum term. The discount is based on the minimum term, which will often be 1 Month, but could be 3 months or something else.
- Show % discount against minimum term for all terms except the minimum term
- If the discount is 0% or less (No discount at all) then don't show the discount at all.
For example:
1 Month @ $5.00
3 Months @ $12.50 (17% Discount)
6 Months @ $22.00 (27% Discount)
1 Year @ $40.00 (34% Discount)
Duplicate of CORE-5413