Author Topic: Zeros displayed  (Read 1469 times)

MotoguzziF91

  • Newbie
  • *
  • Posts: 45
    • View Profile
Zeros displayed
« on: January 09, 2017, 04:56:55 PM »
Hi Corey,
How is it possible that the zeros in the prices are displayed ?

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Zeros displayed
« Reply #1 on: January 09, 2017, 09:26:07 PM »
If you're asking how to make the prizes whole numbers only ($400 instead of $400.00), you need to edit the <prizes> token and add the roundOff="true" attribute.  Edit the Prizes cell and edit the Contents.  The text will look something like this:

<prizes orient="horizontal">

Add the attribute:

<prizes orient="horizontal" roundOff="true">

MotoguzziF91

  • Newbie
  • *
  • Posts: 45
    • View Profile
Re: Zeros displayed
« Reply #2 on: January 10, 2017, 02:57:52 AM »
Thanks Corey