+ Reply to Thread
Results 1 to 5 of 5

Thread: Numeric field without comma

  1. #1

    Numeric field without comma

    Hi there,

    Current numeric field displays ","

    Is there a numeric or number field without the commas?
    Or can i edit the numeric field to exclude ","

    Much thanks,

    Thomas

  2. #2
    Master
    Join Date
    Apr 2012
    Location
    Germany
    Posts
    421
    Hi Thomas,

    you can do it for example with jquery.
    But i have a question - why you need a numeric field without commas?
    What you want instead of commas.

    Please explain it in an example.
    Then there is a solution.

    Regards
    Steffen

  3. #3
    Hi Steffen,

    The reason why i want numeric without commas is some fields are account numbers which are numeric only
    this could be a account number or a numeric coupon number

    hence I'd like to rid of the comma

    Cheers,
    Thomas

  4. #4
    Hello Thomas,

    You can try change it yourself
    go to ftp://includes>>classes>>rlCommot.class.php

    find method: adaptValue

    and code:

    PHP Code:
    Only registered members can view the code
    and replace to:

    PHP Code:
    Only registered members can view the code
    or you can read about php function: number_format and add additional splitters if you want.
    Viktor,
    Flynax technical department,
    Best wishes.

  5. #5
    Perfect! works perfect

    Much thanks Viktor!!

+ Reply to Thread