Author Topic: No decimals  (Read 1219 times)

CHJarzza

  • Newbie
  • *
  • Posts: 11
    • View Profile
No decimals
« on: August 31, 2015, 04:33:51 PM »
Hello!

I would like to show prizes without decimals. How do I do that?

efdenny

  • Full Member
  • ***
  • Posts: 166
    • View Profile
Re: No decimals
« Reply #1 on: August 31, 2015, 06:41:22 PM »
In the Prizes cell of your layout, edit the contents to use the roundOffAmounts="true":

Prizes:<br><showAmounts="true" roundOff="true" roundOffAmounts="true">

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: No decimals
« Reply #2 on: September 01, 2015, 12:50:19 PM »
Don't forget the token itself!  :)

Prizes:<br><prizes showAmounts="true" roundOff="true" roundOffAmounts="true">

efdenny

  • Full Member
  • ***
  • Posts: 166
    • View Profile
Re: No decimals
« Reply #3 on: September 01, 2015, 04:24:58 PM »
oops!  Good catch, Corey!

CHJarzza

  • Newbie
  • *
  • Posts: 11
    • View Profile
Re: No decimals
« Reply #4 on: September 02, 2015, 07:00:55 PM »
Thank you!