bentocorp / android

The customer Android app
0 stars 0 forks source link

When promo is applied, show pre-promo total, in strikethrough font #204

Closed vcardillo closed 8 years ago

vcardillo commented 9 years ago

When promo is applied, show pre-promo total, in strikethrough font, the same as in iOS.

@JosephLauSF can provide a screenshot if necessary.

vcardillo commented 8 years ago

The math is incorrect:

12242756_10101513983966035_931698295_o

See the spreadsheet: https://docs.google.com/spreadsheets/d/1NRV8i4X0_ZHXa0NcRbF1vXZQlx3BQVYyKAxWKzvMjIU/edit#gid=1073682431

The promo code affects the taxes, so you can't just simply add + 5 back, and get the "amount without coupon". They actually end up saving more than $5, because of taxes. In this case, their total would have been $15.37.

This also plays into #207, and how I want you to send back the total_cents_without_coupon, which in this case would be 1537, not 1493.

vcardillo commented 8 years ago

Are you able to fix this for the upcoming release?