bentocorp / android

The customer Android app
0 stars 0 forks source link

Change green banner from, 'Only $x' to, 'Starting At $x' #197

Closed vcardillo closed 8 years ago

vcardillo commented 9 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".