+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: phone number issue - US numbers

  1. #1

    phone number issue - US numbers

    I can't seem to format the account field "phone", to display properly for US phone numbers.

    I need the format to be .....

    xxx-xxx-xxxx

    When trying to add 503-325-0666

    it appears ..... +(503)325-666

    If I try to change it to....

    503-325-1666

    it appears +(503)325-166-6 (the 1 appears but a zero does not, and that last dash (-) between the 6's should not be there!)

    How do I format it for a US number where there's a zero is the first number of the last 4 digits????????? I need that number to appear as.....

    503-325-0666

    HELP!

    Thanks.

  2. #2
    Hello Marc Austin,

    You can fix it yourself.
    Please go to ftp://includes>>classes>>rlAccount.class.php

    in method: registration find code at line ~411
    PHP Code:
    Only registered members can view the code
    and replace to:

    PHP Code:
    Only registered members can view the code
    then in method: editAccount find code at line ~ 1485

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

    PHP Code:
    Only registered members can view the code
    save and try again.
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    Thanks Viktor - that now displays the zero - but the format is now....

    +xxx(xxx)xxx-x

    The format for US numbers needs to be....

    (xxx) xxx-xxxx

    Thanks in advance for your help!

    Marc
    Last edited by Marc Austin; July 5, 2013 at 02:51 AM.

  4. #4
    Hello Mark,

    Please go to Admin Panel >> Account Fields
    find your phone field and click edit icon then find 'Field Format' line and uncheck 'Code' checkbox save and try again.
    Viktor,
    Flynax technical department,
    Best wishes.

  5. #5
    I tried that - now in account details (buyers side) It appears

    (426) 077-7

    there needs to be area code, then prefix, then 4 numbers..... like this... (xxx) xxx-xxxx

    When I try selecting "code", and making the area 3 and the number length 4 (which to me, is what I should be doing - see attachment)

    it appears.... +xxx (xxx) xxx-x

    The parenthesis should be around the area code, there should be no plus sign, and there should be no dash before the last digit!

    I am starting to get EXTREMELY frustrated. It should not take TWO DAYS to format a phone number - in the typical US format!!!!!!!!!!!!!

    I have submitted a ticket about this as well.
    Attached Images Attached Images

  6. #6
    Hello Marc Austin,

    Please set it like on my screen.
    Attached Images Attached Images
    Viktor,
    Flynax technical department,
    Best wishes.

  7. #7
    That is fine, I guess..... for now.

    It's too bad the system doesn't just have options for US phone format, AU format, UK format etc. (or just don't have any format at all) In the US we have a 3 digit code, a 3 digit prefix and a 4 digit number. The end user should have those 3 input boxes.... not just 2 - nor allowing a dash between the prefix and number....

    Thanks though....

    Marc

  8. #8
    Junior Member
    Join Date
    Jul 2014
    Posts
    13
    Im having this same issue.... it does not seem to be working... Has anyone figured out how to format the phone number for US phone numbers?

  9. #9
    Hello

    Same problem here, i
    Last edited by Vitor Pereira; November 8, 2014 at 08:03 PM. Reason: Dindt show all the post

  10. #10
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    Cant you just inactivate / rename that phone field and create a new numbers field called phone number ?

+ Reply to Thread