Closed vcardillo closed 8 years ago
See the logic here: bentocorp/ios#344
The logic is: "Starting at ${lowest priced main}"
IF the number is an integer (example: 12.00, 13.00), then only display "$13", without the superfluous ".00". Only show the decimals in the banner if they're not .00. For example, 13.00 is displayed as "$13", but 13.75 is displayed fully as "$13.75".
See the logic here: bentocorp/ios#344
The logic is: "Starting at ${lowest priced main}"
IF the number is an integer (example: 12.00, 13.00), then only display "$13", without the superfluous ".00". Only show the decimals in the banner if they're not .00. For example, 13.00 is displayed as "$13", but 13.75 is displayed fully as "$13.75".