It's need to make JS request to api, get the data and put it into the field.

Closed Posted 4 years ago Paid on delivery
Closed Paid on delivery

Its need to make JS code to get the user points data via api and send it to the user chat.

The JS code example is here:

[login to view URL]

In our case the parameters will be:

- email;

- number.

And here is the PHP code for api request to get user points data:

global $current_user;

$pointsUrl = '[login to view URL]';

$pointsToken = -------token-------;

$phone = get_user_meta($current_user->id, 'billing_phone', true);

$phone = str_replace('+', '', $phone);

$response = wp_remote_get($pointsUrl . 'customers/search'

. '?access-token=' . $pointsToken

. '&telephone=' . $phone

. '&expand=points'

);

if (!wp_remote_retrieve_response_code($response) == 200) {

return;

}

$customers = json_decode($response['body']);

if (count($customers) == 0) {

return;

}

if (isset($customers[0]->points)) {

foreach ($customers[0]->points as $point) {

$response = wp_remote_get($pointsUrl . 'partnerships/' . $point->partnershipId

. '?access-token=' . $pointsToken

);

$partnership = json_decode($response['body']);

printf(

__( '<p>%3$s: %2$d баллов</p>', 'loyalty-info' ),

$point->partnershipId,

$point->points,

esc_html($partnership->name)

);

}

JavaScript HTML PHP

Project ID: #21345822

About the project

10 proposals Remote project Active 4 years ago

10 freelancers are bidding on average $25 for this job

sherazm

I can do this task. i have worked on many projects like this. ping me for more details and also check out my reviews. thanks

$30 USD in 1 day
(68 Reviews)
6.4
harshakns

Hi, what your code describes is get the phone number from the current_user and replace the "+" by "" check if there any customers with that phone number. if there are any customers with that phone number, get their par More

$40 USD in 7 days
(10 Reviews)
4.8
gouravdangayach

Hi..!! Greetings of the day..!! I am an Experienced Developer having much experience in this field. I can do it as well as can start work on it immediately. Kindly check your PMB for more details. Thanks Regards More

$20 USD in 3 days
(33 Reviews)
4.5
AndreiAngelica

Hello, I'm a full stack web developer and I know PHP & Javascriot very well. Contact me for more informations about your project.

$10 USD in 1 day
(18 Reviews)
4.0
trivediasha

Hello Sir Hope you are doing great. ============================================ I am a senior web developer and have very good experience in wordpress( 5+ years). I have read your project description. I can do yo More

$15 USD in 1 day
(14 Reviews)
3.7
NavilPolyakov

Hi I've read your need and I understood the requirement. I have good skills in web design and web development. If you hire me I'll do my best. I can start now immediately and I'll give you perfect result. Navil ------- More

$20 USD in 7 days
(17 Reviews)
5.3
bireshwargoswami

Hello Sir, Hope you are doing well. I have 6+ years of working experience in UI and frontend framework and also worked with lots of international clients. So, I think I can help you out with this work. It can be done More

$25 USD in 2 days
(7 Reviews)
3.5