• Resolved inscho

    (@inscho)


    Hi,
    I tried to setup the plugin with a Argentine phone number which should have the structure +54 9 xxx xxx xxxx. See this article which showcase the scenario for Argentine phone numbers: https://faq.whatsapp.com/ne/general/21016748

    The issue is, that the plugin wont store the number I am inserting. Instead it eliminates the required “9” after the country code and ads a “15” after the local code.
    So, when I choose the Argentinien flag and then enter 9261 xxx xxxx the plugin changes it to 0261 15-xxx-xxxx.

    Please have a look into it.
    THX

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Creame

    (@creapuntome)

    We use a library (https://intl-tel-input.com/) to facilitate the insertion of telephone numbers but in some cases it doesn’t support the number correctly.

    This library can be disabled and have a plain text field in which you can set any number.

    You only have to add this code in the functions.php of your theme:

    add_filter( 'whatsappme_enhanced_phone', '__return_false' );

    Thread Starter inscho

    (@inscho)

    Thanks a lot! Worked well!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Issues with Argentine phone numbers’ is closed to new replies.