Forum Replies Created
-
AuthorPosts
-
in reply to: Vendors Search #6698
Hello Mark,
As per #6695
For Pin:
a) If admin remove pin then it update in database and remove pin for that numbers and as i see this field is integer in database so it will be 0 if no data in It i made changes for it, if it will be 0 in pin field for number then it will display blank for that field.b) I am looking on it.
in reply to: Vendors Search #6690For #6680 :
This new credentials are working fine.
in reply to: Vendors Search #6688Hello Mark.
For 6680 : Thanks you for the new credentials. I will user this and update you
- This reply was modified 2 years, 4 months ago by Nishit Shan.
in reply to: Vendors Search #6679Hello,
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
in reply to: Vendors Search #6625Hello Mark,
Please take a look on #6623 it is just disappear.
Thanks
in reply to: Vendors Search #6623Hello 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 2 years, 4 months ago by Nishit Shan.
in reply to: Vendors Search #6620Hello
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.
in reply to: Vendors Search #6618Hello,
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_CREDENTIALSThanks
in reply to: Vendors Search #6616For #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
in reply to: Vendors Search #6612Hello
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 2 years, 5 months ago by Nishit Shan.
in reply to: Vendors Search #6598Hello 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 2 years, 5 months ago by Nishit Shan.
in reply to: Vendors Search #6595Hello,
It is will help me if you can point me out.
Please provide peerless credentials.
Thanks
in reply to: Vendors Search #6593Hello
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
in reply to: Vendors Search #6591Hello,
Right now , I am reviewing the API Docs.
Thanks
in reply to: Vendors Search #6589Hello All,
I am not offending you. I am just asking your opinion on time frame of the task.
Thanks
-
AuthorPosts