Find Jobs
Hire Freelancers

Modifiy PHP to use variables sent by get request from my website

€8-30 EUR

Opravljeno
Objavljeno pred več kot 5 leti

€8-30 EUR

Plačilo ob dostavi
I have this script on my website that makes a get request to a php file with some information that works prefect : var vendor = 'Asiduo'; var product_type = 'comida_configurada'; var price = $('.subtotal').data('total'); var featured_image = $('.[login to view URL]').data('image'); // [login to view URL](body_html); var data = { "action" : "add_product" , "title" : "Custom Box Item", "body_html" : body_html, "vendor" : vendor, "product_type" : product_type, "price" : price, "featured_image" : featured_image }; data = $(this).serialize() + "&" + $.param(data); $.ajax({ url: 'http:/h/[login to view URL]', method: 'GET', data: data, dataType: 'jsonp', crossDomain: true, jsonpCallback: 'myCallback', success: function(data) { }, error: function(XMLHttpRequest, textStatus, errorThrown) { [login to view URL]("Status: " + textStatus); [login to view URL]("Error: " + errorThrown); [login to view URL]("request: " + XMLHttpRequest); } }); And have a php file on my server that creates a "general predefined" products on Shopify ( an e-commerce solution ). And works perfect too. BUT I want you to modify this generic php to accept the data from the get request and create a product with the real variables. The work only implies modifying the php to retrieve the variables from the request, and store them in the product arrray. The php does the rest by itself. <? session_start(); require __DIR__.'/vendor/[login to view URL]'; use phpish\shopify; require __DIR__.'/[login to view URL]'; $shopify = shopify\client(SHOPIFY_SHOP, SHOPIFY_APP_API_KEY, SHOPIFY_APP_PASSWORD, true); try { # Making an API request can throw an exception $product = $shopify('POST /admin/[login to view URL]', array(), array ( 'product' => array ( "title" => "Roberto Prueba", "body_html" => "<strong>Good snowboard!</strong>", "vendor" => "Penis", "product_type" => "Snowboard", "variants" => array ( array ( "option1" => "First", "price" => "10.00", "sku" => 123, ), array ( "option1" => "Second", "price" => "20.00", "sku" => "123" ) ) ) )); print_r($product); } catch (shopify\ApiException $e) { # HTTP status code was >= 400 or response contained the key 'errors' echo $e; print_R($e->getRequest()); print_R($e->getResponse()); } catch (shopify\CurlException $e) { # cURL error echo $e; print_R($e->getRequest()); print_R($e->getResponse()); } ?>
ID projekta: 18219259

Več o projektu

6 ponudb
Projekt na daljavo
Aktivno pred 5 leti

Želite zaslužiti?

Prednosti oddajanja ponudb na Freelancerju

Nastavite svoj proračun in časovni okvir
Prejmite plačilo za svoje delo
Povzetek predloga
Registracija in oddajanje ponudb sta brezplačna
Dodeljeno:
Avatar uporabnika
hi I am a software developer working since 2007. With my skills, i develop competitive advantages and create technological solutions through the adoption of emerging engineering’s. Focusing on the development of web applications and solutions with professionalism and commitment, I make products and good ideas happen. i am looking forward to alter your code. Thanks
€15 EUR v 1 dnevu
5,0 (112 ocen)
6,3
6,3
6 freelancerjev je oddalo ponudbo s povprečno vrednostjo €37 EUR za to delo
Avatar uporabnika
I’d really like to work with you on this one if possible! I will develop a website in your budget and with modern design. I do have a couple of questions, but first I’d like to make you an offer and some background so you can check my work out. I have 4 years of experience in web application development. I have worked with PHP, Wordpress, Code Ignitor, Big Commerce,AJAX, JSON, HTML, HTML5, CSS, CSS3. I will develop a website using WordPress so you can modify on your own. Also, It will be with a responsive layout to best fit in any resolutions. You’ll get all the expected stuff like a great professional service and a fast turn around, at a bit less, and I get a bit more exposure. If the above offer sounds like something you would be interested in, I’d love to hear from you. Regards, Bhavesh V.
€23 EUR v 5 dneh
4,8 (11 ocen)
5,6
5,6
Avatar uporabnika
- 2 years of PHP experience, Laravel, MVC - 1 year Front-end - Developing marketing tools - facebook API
€23 EUR v 1 dnevu
0,0 (0 ocen)
0,0
0,0

O stranki

Zastava SPAIN
Madrid, Spain
5,0
32
Plačilna metoda je verificirana
Član(ica) od jan. 3, 2012

Verifikacija stranke

Hvala! Po e-pošti smo vam poslali povezavo za prevzem brezplačnega dobropisa.
Pri pošiljanju vašega e-sporočila je šlo nekaj narobe. Poskusite znova.
Registrirani uporabniki Skupaj objavljenih del
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Nalaganje predogleda
Geolociranje je bilo dovoljeno.
Vaša prijavna seja je potekla, zato ste bili odjavljeni. Prosimo, da se znova prijavite.