Forum Replies Created

Viewing 15 posts - 841 through 855 (of 858 total)
  • Author
    Posts
  • Nishit Shan
    Participant
    Post count: 858
    in reply to: Vendors Search #6690

    For #6680 :

    This new credentials are working fine.

    Nishit Shan
    Participant
    Post count: 858
    in reply to: Vendors Search #6688

    Hello Mark.

    For 6680 : Thanks you for the new credentials. I will user this and update you

    • This reply was modified 1 year, 9 months ago by Nishit Shan.
    Nishit Shan
    Participant
    Post count: 858
    in reply to: Vendors Search #6679

    Hello,

    Have another question related to API state.

    On the front, there is a drop-down for the state. Which state will be use for this ? I mean the state from excellent Or state from API ?

    If we use excellent state logic than it will search the numbers of its children area code, means if we select Alabama then it will search numbers starts with 205,251,256,334,659,938 which are area code in Excellent.

    And for API if we select Alabama then it will search it with the state code ‘Al’.

    I hope I explained it well.

    Thanks

    Nishit Shan
    Participant
    Post count: 858
    in reply to: Vendors Search #6625

    Hello Mark,

    Please take a look on #6623 it is just disappear.

    Thanks

    Nishit Shan
    Participant
    Post count: 858
    in reply to: Vendors Search #6623

    Hello Mark,

    This is my code for peerless

    public function getPeerlessParams()
    {
    # id password
    $params = array(
    ‘authentication’ => [
    ‘customer’ => ‘NanoTelecom’,
    ‘passCode’ => ‘HGFrtre^$343SD’,
    ‘userId’ => ‘API@voip.us’,
    ],
    );
    return $params;
    }

    public function checkPeerlessConnection()
    {
    try {
    $fullPathToWsdl = “https://animate.peerlessnetwork.com/api/axis/APIService?wsdl”;
    ini_set(‘default_socket_timeout’, 5000);
    $client = new SoapClient(
    $fullPathToWsdl,
    array(
    ‘trace’ => true,
    ‘connection_timeout’ => 500000,
    ‘exceptions’ => true,
    ‘cache_wsdl’ => WSDL_CACHE_BOTH,
    ‘keep_alive’ => false,
    )
    );
    $filter_ele = array(
    ‘filters’ => [
    ‘quantity’ => 0,
    ‘category’ => 0,
    ‘consecutive’ => 1,
    ‘tnCount’ => ”
    ]
    );

    $final_param = $this->getPeerlessParams() + $filter_ele;
    $numberArray = $client->searchNumbers($final_param);
    $connection[‘peerless’] = true;

    $connection[‘totalItemsP’] = $numberArray->return->tnCount;
    } catch (Exception $e) {
    $connection[‘peerless’] = false;
    echo ‘

    ';
            print_r($e);
            exit;
        }
        print_r(json_encode($connection));
        exit;
    }
    
    For Comment  :
    I will look on it
    
    
    
    Thanks
    • This reply was modified 1 year, 9 months ago by Nishit Shan.
    Nishit Shan
    Participant
    Post count: 858
    in reply to: Vendors Search #6620

    Hello

    Thanks Mark,

    I made a new tab into Store Design named ‘ELEC Inventory Page Setting’ saving and get intaligent data is completed. work in progress on retrieve data from data base.

    The Data connectivity And the total numbers are real time it will not come from database. it will directly come from the API.

    Thanks.

    Nishit Shan
    Participant
    Post count: 858
    in reply to: Vendors Search #6618

    Hello,

    I started the admin side development for Vendors Search task.

    I when i am testing the api call and authentication the intelligent Api credencials works well.
    but for peerless it Is not working. it gives Error : ERROR_WHILE_VALIDATING_USER_INVALID_CREDENTIALS

    Thanks

    Nishit Shan
    Participant
    Post count: 858
    in reply to: Vendors Search #6616

    For #6614

    QUESTION
    When admin creates a new order from admin back end (#20719 for example), such orders got missing and we finding them on incomplete orders, and when we change its status to pending activations we then finding duplicate record for this order. Could you please let us know why it is so?

    ANSWER :

    Can you Please make some screenshot or video of It ? Because i made an order from Admin (#20724) and it looks OK to me. May be i am missing some thing.

    Thanks

    Nishit Shan
    Participant
    Post count: 858
    in reply to: Vendors Search #6612

    Hello

    Update For #6608 changes

    a) Done
    b) Done
    c) I double checked the Requirements,and its explaining same as I developed for this section. But i made changes as instructed.
    d) Done
    e) This number is Reserved by Admin that’s why the numbers does not have the expire count down
    f) Done
    g) I enabled the filter on New Number page and there are conflict with the other brands [https://ibb.co/K0K9jD9], Can I remove that or any other idea for that ?

    Regards

    • This reply was modified 1 year, 10 months ago by Nishit Shan.
    Nishit Shan
    Participant
    Post count: 858
    in reply to: Vendors Search #6598

    Hello Mark

    Development Process flow:
    1) First we will create the admin side settings
    2) Then after we will create the Front Searching page and other functionality.

    I have one question :
    1) And Where do want setting page on Admin ?
    2) After order how to handle the ordered numbers ?

    Thank

    • This reply was modified 1 year, 10 months ago by Nishit Shan.
    Nishit Shan
    Participant
    Post count: 858
    in reply to: Vendors Search #6595

    Hello,

    It is will help me if you can point me out.

    Please provide peerless credentials.

    Thanks

    Nishit Shan
    Participant
    Post count: 858
    in reply to: Vendors Search #6593

    Hello

    I can not get this point
    4.) Please note that when the API call is going to our vendor, they should see only NanoTelecom who is requesting the answer, NOT the Excellent Numbers.

    Thanks

    Nishit Shan
    Participant
    Post count: 858
    in reply to: Vendors Search #6591

    Hello,

    Right now , I am reviewing the API Docs.

    Thanks

    Nishit Shan
    Participant
    Post count: 858
    in reply to: Vendors Search #6589

    Hello All,

    I am not offending you. I am just asking your opinion on time frame of the task.

    Thanks

    Nishit Shan
    Participant
    Post count: 858
    in reply to: Vendors Search #6586

    Hello,

    Update :-

    Client ID : I Made changes regarding task.
    New Numbers Widget : I made changes regarding this task. If any changes this let me know.

    Thanks for update.

    I want to ask one question.
    How much days do you consider for Vendors Search task development?

    Thanks

    • This reply was modified 1 year, 10 months ago by Nishit Shan.
Viewing 15 posts - 841 through 855 (of 858 total)