Return policy agb trabalhos

Filtro

Minhas pesquisas recentes
Filtrar por:
Orçamento
para
para
para
Tipo
Habilidades
Idiomas
    Estado do Trabalho
    2,000 return policy agb trabalhos encontrados, preços em EUR

    ...videos about Carel products to raise awareness and generate interest among potential customers. • Email Marketing Funnel: Building an email subscriber list and sending personalized and engaging emails to nurture leads and encourage repeat purchases. • Remarketing Funnel: Implementing remarketing ads to target users who previously visited the website but did not make a purchase, enticing them to return and complete the transaction. • Upsell and Cross-Sell Funnel: Recommending complementary products or upgrades to customers during the purchase process to increase the average order value. • Referral Funnel: Encouraging satisfied customers to refer friends and family by providing incentives or discounts, expanding our customer base. • Abandoned Cart Recovery ...

    €967 (Avg Bid)
    €967 Média
    31 ofertas

    ...following the business rules and material that will be made available, present the data contained after calculation and be able to extract the information via .PDF in a certain format. You must have a way to manually enter information if necessary and register customers and partner offices. A final vision of the project would be: Upload the PDF file and the program will accurately calculate and return the requested information on the respective screens. PTBR: Preciso de um software web-based para uso interno que vai receber arquivos PDF's e com as informações contidas no arquivo será feito contas para apuração fiscal. Essas contas são divididas entre os 4/quatro mercados do mercado financeiro e suas especificações seg...

    €1370 (Avg Bid)
    Destacado ADC
    €1370 Média
    6 ofertas

    Ao iniciar o servidor aparece essa mensagem de erro: failed to load selinux policy freezing ubuntu

    €24 (Avg Bid)
    €24 Média
    3 ofertas

    ...$resultado = 0xFFFF; //CHECKSUM if (($length = strlen($value)) > 0) { for ($offset = 0; $offset < $length; $offset++) { $resultado ^= (ord($value[$offset]) << 8); for ($bitwise = 0; $bitwise < 8; $bitwise++) { if (($resultado <<= 1) & 0x10000) $resultado ^= $polinomio; $resultado &= 0xFFFF; } } } return strtoupper(dechex($resultado)); } This function reproduces these results: echo getCRC16('261cca7aa11aabe18c128fb9c3b0d992').'</Br>'; //Result C810 echo getCRC16('4ef3e8c323abb5938ff5d9522a28bc14').'</Br>'; //Result 878E echo getCRC16('d32eeb8baab8af828c2ca6f044d36c5c').'</Br>&#...

    €23 (Avg Bid)
    €23 Média
    2 ofertas

    ...preset: disabled) Active: failed (Result: start-limit) since Sáb 2020-12-19 20:40:57 -03; 34s ago Docs: man:ipsec(8) man:pluto(8) man:(5) Process: 3741 ExecStopPost=/usr/sbin/ipsec --stopnflog (code=exited, status=0/SUCCESS) Process: 3739 ExecStopPost=/sbin/ip xfrm state flush (code=exited, status=0/SUCCESS) Process: 3736 ExecStopPost=/sbin/ip xfrm policy flush (code=exited, status=0/SUCCESS) Process: 3735 ExecStartPre=/usr/libexec/ipsec/addconn --config /etc/ --checkconfig (code=exited, status=3) Dez 19 20:40:57 semffw03 systemd[1]: Failed to start Internet Key Exchange (IKE) Protocol Daemon for IPsec. Dez 19 20:40:57 semffw03 systemd[1]: Unit entered failed state. Dez 19 20:40:57 semffw03 systemd[1]: failed

    €20 (Avg Bid)
    €20 Média
    2 ofertas

    Nas requisições javascript estou tendo o erro de CORS Access to XMLHttpRequest at '' from origin 'chrome-search://local-ntp' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: It does not have HTTP ok status. No servidor o apache já está configurado assim (hoje já funciona nos outros webservices) Header set Access-Control-Allow-Origin "*" Header set Access-Control-Allow-Headers "Content-Type, Accept, responseType" Header set Access-Control-Allow-Credentials "*" Header set Access-Control-Allow-Methods "*" stou anexando um javascript para testar no console do chrome e o projeto em php desenvolvido no SlimPHP, além de um print da

    €116 (Avg Bid)
    €116 Média
    3 ofertas

    Some information about the business rule: The rollers have the following size options: 1.50 (height) x 0.52 (width) 2.50 (height) x 0.52 (width) 3.00 (height) x 0.52 (width) 3.50 (height) x 0.52 (width) * Ro...(width entered / 0.50). When a customer enters the HEIGHT between 2.51 and 3.00, the result should consider rolls of 3.00x0.52m, varying only the amount (width entered / 0.50). When a customer enters the HEIGHT between 3.01 and 3.50, the result should consider rolls of 3.50x0.52m, varying only the amount (width entered / 0.50). When a customer enters HEIGHT greater than 3.50, the result should return a message: "For the entered measure, please contact us." The calculation button should appear on the product page in the categories and subcategories determined b...

    €184 (Avg Bid)
    €184 Média
    1 ofertas

    Hi, my dear friend! I need a logo for a virtual add-on store. I just ask that it be based on this one that I will send you, and that it, transmit authority and high graphic designer ... Thank you and I await your return (:

    €26 (Avg Bid)
    €26 Média
    30 ofertas
    Criar e implementar Encerrado left

    Procuro uma equipa ou uma empresa para criar o design e implementar o mesmo em um script de agendamentos já existente. O total de paginas a criar serão mais ou memos 8 paginas em total. O developer deve ter pelo menos 6 anos de experiência, e o projecto d... Descrição da Contact Us page: A Contact Us page page deve ter a mesma estrutura que a pagina modelo, bem como as mesmas funções. Faq - Descrição da Faq page: A Faq page deve ter a mesma estrutura que a pagina modelo, bem como as mesmas funções. Booking flow page - Terms of Service Privacy Policy Este projecto deve ser concluindo em menos de um mês, e o pagamento deverá ser realizado após a conclusão do projecto.

    €475 (Avg Bid)
    €475 Média
    10 ofertas

    ...byte[] data = (value); AesCryptoServiceProvider csp = new AesCryptoServiceProvider(); = KEY1; = IV1; ICryptoTransform encrypter = (); data = (data, 0, ); string base64 = (data); ret = (base64); return (ret); }...

    €71 (Avg Bid)
    €71 Média
    1 ofertas

    Criar em GOLANG e em JAVASCRIPT um pequeno app com função criptográfica GPG da seguinte forma: func GPG_Generate_Keys() { ... return PrivateKey and PublicKey } func encrypt(text, PublicKey) { ... return encryptedcontent } func decrypt(encryptedcontent, PrivateKey) { ... return text } é um app com versão de código fonte em GoLang e em Javascript, com as mesmas funções

    €257 (Avg Bid)
    €257 Média
    2 ofertas

    ...da lista e incluir observações diversas. --------------------------------------------- Panel that lists companies and their data; Company data are divided into txt's a properly folder with your tag's eg [cnpj] [/ cnpj] - [phone] [/ phone] return scheduling option and observations and can be included in the same txt containing the data; It is possible to edit the shape that is exported company data to facilitate the implementation of the project; Page where the operator can visualize company data to contact, schedule a date for return, dismiss the company from the list and include several observations."...

    €348 (Avg Bid)
    Destacado Urgente
    €348 Média
    11 ofertas
    Project for leopq Encerrado left

    ...disso: } (function (element, index) { var regex = /[htp:/]*([a-zA-Z0-9-_.]+)[/a-zA-Z0-9-_]*/i; var match = (m_url); if (element === match[1]) { resultURL += "<p><b>" + urls_list[list][0] + "</b>: Encontrado <img src=" + img_error + " ></p>"; if (list <= 1) isNotFoundURL = true; isNotFound = false; return; } }); if (isNotFound) { resultURL += "<p><b>" + urls_list[list][0] + "</b>: Não Encontrado <img src=" + img_ok + " ></p>"; return; } } }); }); _____________________________________________ Quero que acrescente isso: ["W1", "vai procurar NA URL lá de cima "], ["W2", "idem"], ["W3...

    €8 (Avg Bid)
    €8 Média
    1 ofertas
    Write some Software Encerrado left

    ...execute any query that my system need, like the PHP did with Mysql or Oracle. The work need have the documentation of the how to install the PDO INFORMIX in PHP. I need to access the Informix database remotely, I need to install the libraries into PHP for to access that, this the first step second step is to do the class that connect in the database and support to execute queries in database and return the results for I to use in foreach loop. Nós precisamos de uma rotina que ser conecte ao INFORMIX de outro sistema. O trabalho consiste em ativar o PDO INFORMIX no PHP a criar rotinas que conecte remotamente com o Informix de outro sistema e execute qualquer query que nosso sistema necessite, como o PHP faz com MySql e Oracle. O trabalho precisa ter documentaç&ati...

    €12 / hr (Avg Bid)
    €12 / hr Média
    7 ofertas
    Build a Website Encerrado left

    Preciso de um script em PHP que extraia informações dos jogos de futebol com suas respectivas (todas) cotações do site bet365. O script deve retornar em formato JSON ou XML as seguintes informações: - Id - Data - Hora - Campeonato - Time de Casa - Time Vis...extraia informações dos jogos de futebol com suas respectivas (todas) cotações do site bet365. O script deve retornar em formato JSON ou XML as seguintes informações: - Id - Data - Hora - Campeonato - Time de Casa - Time Visitante - Todas as cotações ---- I need a PHP script that extracts soccer game information with their respective (all) odds from bet365. The script should return in JSON or XML format t...

    €179 (Avg Bid)
    €179 Média
    12 ofertas

    I have a sales page with a video, and in the minute 6:00 it is displayed a buy button below video along with some elements like testimonials, reviews, etc. We use the Optimizepress theme within Wordpress, and it has a feature called "Delayed fade-in" where we can setup the time for the element show up. Our problem is when the visitors return to the sales page, sometimes decided to make the purchase, and he has to wait again the 6 minutes until the button and the elements to display, what can make he give up and leave. I wanted that returning visitors see the buy button along with other elements by default on page load. As I have researched this can be done using some elements like div, css and cookie. There is a website that uses Optimizepress and as I could see, ...

    €54 (Avg Bid)
    €54 Média
    7 ofertas

    ...erro = 0; FILE *f = fopen(nomeFicheiro,"w"); if (f) { int cont = 0; fprintf(f, "Autores: ALUNOS n"); fprintf(f, "%d;%dn", altura, largura); for (int i = 0; i < altura; i++) { for (int j = 0; j < largura; j++) fprintf(f, "%c;", tab[cont++]); fprintf(f, "n"); } fclose(f); erro = 0; // Sem ERROS } else erro = 1; // NAO Conseguiu GRAVAR em Ficheiro return erro; } void wait ( int mlseconds ) { clock_t endwait; endwait = clock () + mlseconds; while (clock() < endwait) {} } void main() { char Tabuleiro[MAXIMO]; int Largura = 20; int Altura = 13; int Dimensao = Largura * Altura; Inicializacao(Tabuleiro, Dimensao); int erro; while (true) ...

    €17 / hr (Avg Bid)
    €17 / hr Média
    4 ofertas

    ...counter=0; } } else counter++; setTimeout('update()', 1000) } update() </script> <!-- / WSW --> </div><!-- class="wsw" --> <hr class="noDis"> </div><!-- / class="box detail wysiwyg" --> <div class="rbcWidgetArea" style="text-align: center;"><div id="fb-root"></div><script>(function(d, s, id) { var js, fjs = (s)[0]; if ((id)) return; js = (s); = id; = "//connect.facebook.net/pt_BR/sdk.js#xfbml=1&version=v2.5&appId=1640920249526934"; (js, fjs);}(document, 'script', 'facebook-jssdk'));</script><div class="fb-comments" data-href="" data-width=&quo...

    €17 (Avg Bid)
    €17 Média
    3 ofertas

    I need a professional to do some photo editing I made my daughter (newborn). Basic editing - exposure, white balance, sharpness, color correction - and some composition settings - objects that are where they should not.   Need return 7 to 10 days. Preciso de um profissional para fazer edição de algumas foto que fiz da minha filha (newborn). Edição básica - exposição, balanço de branco, nitidez, correção de cor - e alguns ajustes de composição - objetos que estão onde não deveriam. Necessito retorno de 7 a 10 dias.

    €183 (Avg Bid)
    Urgente
    €183 Média
    60 ofertas
    Crie um Website Encerrado left

    Site de compartilhamento e organização de evidências sobre policy-making (, o que ajuda na prevenção da AIDS, absenteísmo de professores)

    €3558 (Avg Bid)
    €3558 Média
    16 ofertas

    English Version -------------------------------------- I want a developer to build a program that iterate and parse a video in a photos sequence, looking for some pattern in that photo and extract some information using some OCR framework. This feature can be done in any language but should response to a Java class that will pass the video as parameter and return the string values of all patterns in that video. Portuguese Version -------------------------------------- Preciso de um desenvolvedor que desenvolva um programa que itere um vídeo e o transforme em uma sequencia de fotos a procura de um padrão nas imagens e extraia da mesma algumas informações usando algum tipo de OCR. Essa funcionalidade pode ser desenvolvida em qualquer linguagem porem ...

    €28 / hr (Avg Bid)
    €28 / hr Média
    2 ofertas
    Analyze some Data Encerrado left

    FREE FREE FREE...ONLINE JOB ..NO DEPOSIT NO RISK ..WATCH ADS DAILY MAKE DECENT INCOME ...SPENT 15 MINUTES.. EASY TO EARN WORKING SITE..NO DEPOSIT..NO RISK...NO ANY OTHER CASH DEPOSIT...FREE FREE FREE....JUST SIGN UP AND WATCH ADS YOUR 15 MINUTES DAILY....PAYMENT VIA PAYPAL,PAYZA,etc(GOVT APPROVED)SO MANY PEOPLES WORKING ON THIS SITE....CASH DEPOSIT...FREE FREE FREE....JUST SIGN UP AND WATCH ADS YOUR 15 MINUTES DAILY....PAYMENT VIA PAYPAL,PAYZA,etc(GOVT APPROVED)SO MANY PEOPLES WORKING ON THIS SITE.. NB: WORK DAILY AND IMPROVE YOUR EARNINGS USE THIS LINK TO SIGN UP:- COPY THIS URL AND PASTE ENTER GENUINE SEEKERS PLEASE SIGN UP IF U SIGN UP WORK DAILY U GET RETURN FOR YOUR EFFORT THANKU

    €156 (Avg Bid)
    €156 Média
    1 ofertas

    Gerenciar pagamentos, o sistema deve permitir criar ordens, via API, efetuar o pagamento e depois retorna para o site de origem e/ou com informações do callback de pagamento. Criar ordem: Via API dados devem ser enviados via POST, como: Ao receber esses dados via API (cURL), a API deve retorna um link com o ID da ordem, ...Bitcoin via API Blockchain, Solid Trust Pay, PayZa. As instigações devem ser feitas de acordo com a documentação oficial de cada um dos meios de pagamento. O retorno dos pagamentos deve ser feito para dentro da aplicação. Retorno de pagamento: Deve se criar uma API para consultar de a order está paga, ou foi cancelada. Sample.: get return...

    €670 (Avg Bid)
    €670 Média
    2 ofertas

    Gerenciar pagamentos, o sistema deve permitir criar ordens, via API, efetuar o pagamento e depois retorna para o site de origem e/ou com informações do callback de pagamento.     Criar ordem:         Via API dados devem ser env...     As instigações devem ser feitas de acordo com a documentação oficial de cada um dos meios de pagamento.         O retorno dos pagamentos deve ser feito para dentro da aplicação.     Retorno de pagamento:         Deve se criar uma API para consultar de a order está paga, ou foi cancelada.           &nb...

    €767 (Avg Bid)
    €767 Média
    5 ofertas

    Gerenciar pagamentos, o sistema deve permitir criar ordens, via API, efetuar o pagamento e depois retorna para o site de origem e/ou com informações do callback de pagamento.     Criar ordem:         Via API dados devem ser env...     As instigações devem ser feitas de acordo com a documentação oficial de cada um dos meios de pagamento.         O retorno dos pagamentos deve ser feito para dentro da aplicação.     Retorno de pagamento:         Deve se criar uma API para consultar de a order está paga, ou foi cancelada.           &nb...

    max €848
    max €848
    0 ofertas

    ....*).youtube.com/watch?v=(.*)(&(.*))?#", $url, $matches)){ return ' <object width="'.$width.'" height="'.$height.'"> <param name="movie" value="'.$matches[2].'&hl=pt-br&fs=1"></param> <param name="allowFullScreen" value="true"></param> <param name="allowscriptaccess" value="always"></param> <embed src="'.substr($matches[2],0,11).'?rel=0&showinfo=0&hl=pt-br&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="...

    PHP
    €14 (Avg Bid)
    €14 Média
    8 ofertas

    ...this should be a tool "fncGravar ()" written in JAVASCRIPT that when executed must pass three parameters to the application must capture this call and write to the device SQLite on the table "tbDados". The parameters are DATE (yyyy-mm-dd), TIME (hh: mi: ss), IDBUTTON. All the char format. The second function "fncLer ()" shall request the application table reading "tbDados" that should return all the fields and records in the following format: IDBUTTON, DATE, TIME "0; 30.04.2015; 15: 59 | 1; 30.04.2015; 16: 59 | 2, 30.4.2015; 17: 01 | 3; 04.30.2015; 17: 02 |" This function should capture the result and display it in a "alert ()". Within the page, there must be a link to another internal page blank with the nam...

    €9 - €28
    €9 - €28
    0 ofertas

    ...baixar arquivo, enviar arquivo, listar arquivos no diretório, visualizar pasta anterior, deletar pasta e seus arquivos, criar pasta, renomear arquivo, deletar arquivo. Precisamos que seja desenvolvido em PHP limpo, sem frameworks, e que tudo seja desenvolvido usando métodos que recebem parâmetros, sem deixar código solto. Não precisa ser OO. Ex.: function RenomearPasta($pastaId, $novoNome) {  ... return "ok"; } A listagem de arquivos de uma pasta precisa separar o que é pasta e o que é arquivo. Pastas aparecem primeiro na lista, assim como em qualquer cliente FTP. É necessário que todos os métodos tratem possíveis erros, e os retornem via método. Em caso de não ter havido ...

    €224 (Avg Bid)
    €224 Média
    27 ofertas

    ...retornar o texto reconhecido. Esse componente ou função será para Delphi XE7 compativel. *********************************************************************************************** I need a component or function that can call the Google recognition (api) . The function must set the language that the recognition will work. This component or function will recognize sentence / words and return a text This component or function must be compatible with Delphi XE7 ...

    €28 - €230
    €28 - €230
    0 ofertas
    Raio X Ultimate Encerrado left

    Um website no qual o contratante de Zeladores domesticos, comerciais e industriais; Limpadores de piscinas; jardineiros; babas; mordomos; motoristas, encanadores; eletricistas; garcons e balconistas, possam receber informacoes precisas sobre a situacao criminal, informacoes referente ao ultimo empregador, bem...which the contractor Janitors gear, commercial and industrial; Cleaners pools; gardeners; babas; stewards; drivers, plumbers; electricians; waiters and clerks, to receive accurate information about the criminal situation, informations related to last employer and the employee is really cool with the Home Office (having seen) to work in the UK. A software which after accessed, do your research and return with legitimate and accurate information to the person concerned with the...

    €3029 (Avg Bid)
    €3029 Média
    12 ofertas

    ...NULL):             try {                 $stmt = $con->prepare($sql);                 $stmt->execute();                 $resultado = $stmt;                 $this->linhasafetadas = $stmt->rowCount();                 if (substr(trim(strtolower($sql)), 0, 6) == 'select'):                     $this->dataset = $resultado;                     return $resultado;                 else:    ...

    €5 (Avg Bid)
    €5 Média
    2 ofertas

    Preciso de um método genérico que gere o relacionamento entre duas ou mais tabelas usando o INNER JOIN, o que preciso é somente o return sendo igual a uma string que irei implementar meu código, não precisa se preoculpar com conexão a BD, nada irei usar um projeto que tenho para executar a string, somente isso: SELECT * FROM Tabela1 t1 INNER JOIN tabela2 t2 ON = INNER JOIN tabela3 t3 ON = WHERE = 5 Dou preferencia para quem já tiver o código, assim finalizamos mais rápido. Interessados, enviar propostas!

    €5 (Avg Bid)
    €5 Média
    2 ofertas
    Integração GA Encerrado left

    ..."');</script>"; // MAIL TEST $para = ""; $assunto = "phone"; $mensagem = "id: ".$call_id."<br> Status: ".$status."<br> Telefone: ".$telefone; $headers = "Content-Type:text/html; charset=UTF-8n"; $headers .= "From: <>n"; $headers .= "X-Sender: <>n"; $headers .= "X-Mailer: PHP v".phpversion()."n"; $headers .= "X-IP: ".$_SERVER['REMOTE_ADDR']."n"; $headers .= "Return-Path: <>n"; $headers .= "MIME-Version: 1.0n"; mail($para, $assunto, $mensagem, $headers);...

    €41 (Avg Bid)
    €41 Média
    5 ofertas

    I'm creating a shopping guide with script flynax, have all payment methods except the PagSeguro, must integrate the PagSeguro this site for payment slips and automatic return ..... ....brasil.... Estou criando um guia comercial com o script flynax, tenho todos os métodos de pagamento menos o PagSeguro, preciso integrar o PagSeguro a este site para pagamento com boletos e retorno automático...

    €26 (Avg Bid)
    €26 Média
    1 ofertas

    I'm creating a shopping guide with script flynax, have all payment methods except the PagSeguro, must integrate the PagSeguro this site for payment slips and automatic return ..... ....brasil.... Estou criando um guia comercial com o script flynax, tenho todos os métodos de pagamento menos o PagSeguro, preciso integrar o PagSeguro a este site para pagamento com boletos e retorno automático...

    €182 (Avg Bid)
    €182 Média
    2 ofertas

    I'm creating a shopping guide with script flynax, have all payment methods except the PagSeguro, must integrate the PagSeguro this site for payment slips and automatic return ..... ....brasil.... Estou criando um guia comercial com o script flynax, tenho todos os métodos de pagamento menos o PagSeguro, preciso integrar o PagSeguro a este site para pagamento com boletos e retorno automático...

    €32 (Avg Bid)
    €32 Média
    1 ofertas

    I'm creating a shopping guide with script flynax, have all payment methods except the PagSeguro, must integrate the PagSeguro this site for payment slips and automatic return ..... ....brasil.... Estou criando um guia comercial com o script flynax, tenho todos os métodos de pagamento menos o PagSeguro, preciso integrar o PagSeguro a este site para pagamento com boletos e retorno automático...

    €32 (Avg Bid)
    €32 Média
    1 ofertas

    I'm creating a shopping guide with script flynax, have all payment methods except the PagSeguro, must integrate the PagSeguro this site for payment slips and automatic return ..... ....brasil.... Estou criando um guia comercial com o script flynax, tenho todos os métodos de pagamento menos o PagSeguro, preciso integrar o PagSeguro a este site para pagamento com boletos e retorno automático...

    €28 (Avg Bid)
    €28 Média
    1 ofertas

    ...$config['baseurl'].'/pics'; $config['mdir'] = $config['basedir'].'/mpics'; $config['murl'] = $config['baseurl'].'/mpics'; echo file_get_contents($config['baseurl']."/"); require_once($config['basedir'].'/smarty/libs/'); function strip_mq_gpc($arg) { $arg = str_replace('"',"'",$arg); $arg = stripslashes($arg); return $arg; } $conn = &ADONewConnection($DBTYPE); $conn->PConnect($DBHOST, $DBUSER, $DBPASSWORD, $DBNAME); @mysql_query("SET NAMES 'UTF8'"); $sql = "SELECT * from config"; $rsc = $conn-&g...

    €26 (Avg Bid)
    €26 Média
    2 ofertas
    web structure Encerrado left

    ...Web structure working model with the above characteristics so that an expansion of simplified structure and safely as possible. - 1 login screen, by calling a webservice that will validate the user data and sends it to a page of details. - The Home screen will be accessed only if the webservice has been the webservice returns successfully. - If the webservice has returned error on the return, the screen being open should be an error screen with the necessary information. - The home screen should receive information from more than one webservice, for example: a) Webservice with User data with welcome (Date, Name Message, and logged profile). b) dynamic menu from another webservice, containing name, link and hierarchy related to the logged in User Profile. c) u...

    €199 (Avg Bid)
    €199 Média
    2 ofertas
    OCR Captcha Encerrado left

    I need a system that can process a captcha and return the TXT him. This is the captcha:

    €32 (Avg Bid)
    €32 Média
    1 ofertas

    I'm creating a shopping guide with script flynax, have all payment methods except the PagSeguro, must integrate the PagSeguro this site for payment slips and automatic return ..... ....brasil.... Estou criando um guia comercial com o script flynax, tenho todos os métodos de pagamento menos o PagSeguro, preciso integrar o PagSeguro a este site para pagamento com boletos e retorno automático...

    €28 (Avg Bid)
    €28 Média
    3 ofertas

    ...permitir buscar para saber se um PONTO (latitude,longitude) esta dentro da área polígono (passado em parâmetro). SEARCH_AT_POINT (LATITUDE, LONGITUDE, LAYER_NAME) LAYER_NAME = String - Nome da area (polygon) Latitude = double Longitude = double RETURN TRUE or FALSE (se o POINT(Latitude,longitude) esta dentro da area recebida em parametro) 4- Criar uma função SEARCH_AT_DISTANCE...para permitir de buscar os objeto (passado em parâmetros) SEARCH_AT_DISTANCE (Latitude,longitude,Raio em KM) Retorno : Lista dos marker dentro do raio c...

    €500 (Avg Bid)
    €500 Média
    3 ofertas

    Website | |-- Home Page | |-- Login or Sign Up | | |-- Social Sharing | |-- Home Footer Newsletter Subscription |-- Sign Up Page| | |-- Sign Up Form | | |-- Name | | |-- Address | | |-- Phone number (OTP verified) | | |-- Email ID (Email verification) | | |-- New password | | |-- Policy acceptance checkboxes (mandatory) | |-- End of Sign Up | |-- Redirect to Login Page | |-- End of Logged in | |-- Redirect to Home Page |-- Login Page | |-- Existing User Login | | |-- Username | | |-- Password | | |-- Two-factor Authentication | | |-- Password Recovery | |-- End of Logged in | |-- Redirect to Home Page | |-- New User Sign Up | |-- Sign Up with Google | |-- Sign Up with Facebook | |-- ...

    €85 (Avg Bid)
    €85 Média
    18 ofertas
    Udemy - Rakuten api problem 6 dias left
    VERIFICADO

    ...analyze the problem, and if possible, solve it. According the Masterstudy plugin support, it´s running. So, could be other problems. this is the error message Error calling GET : (403) <!doctype html> <html> <head><meta charset='utf-8'> <title>Error • Udemy</title> </head> <body> Forbidden <script>(function(){if (!) return;var js = "window['__CF$cv$params']={r:'885cdcdf3f9f9180',t:'MTcxNjA0NTk1Ny4wMzIwMDA='};_cpo=('script');_cpo.nonce='',_cpo.src='/cdn-cgi/challenge-platform/scripts/jsd/',('head')[0].appendChild(_cpo);";var _0xh = ('iframe'); = 1; = 1; = 'absolute'; = 0;

    €134 (Avg Bid)
    €134 Média
    36 ofertas

    I'm in need of a talented financial analyst to create a robust underwriting model for a multi-family property. Key Requirements: - Develop a comprehensive underwriting model for a multi-family property that will assist in calculating the internal rate of return (IRR) and equity multiple. - This model should also include waterfall projections that cover profit splits, with and without preferred returns. Additionally, I require a clear, user-friendly format that is easy to understand for someone without an extensive financial background. The ideal candidate for this project should have a strong background in finance, specifically in multi-family real estate. In summary, the main deliverables for this project are: - Underwriting model for a multi-family property - Multipl...

    €357 (Avg Bid)
    €357 Média
    44 ofertas

    I'm in need of a skilled photographer with their own studio or location to take professional photos of a variety of home decor items for my ecommerce website. Requirements: - The products that need to be photographed include bedsheets, pillow cases, cushion covers, table covers, and mats. - The photography should be done in a studio setting. - The photos will require col...shots. This project is a great opportunity for a photographer looking to expand their portfolio with professional level home decor images. P.S: refer attached document for the kind of images we want. Please contact only after you've understood the ask here. We are located in Panchkula and if you're available locally, can drop the products or can be couriered to you for the job and you can then re...

    €75 (Avg Bid)
    €75 Média
    13 ofertas

    I'm in need of a skilled photographer to take professional photos of a variety of home decor items for my ecommerce website. Requirements: - The products that need to be photographed include bedsheets, pillow cases, cushion covers, table covers, and mats. - The photography should be done in a studio setting. - The photos will require color correction, but background remo...shots. This project is a great opportunity for a photographer looking to expand their portfolio with professional level home decor images. P.S: refer attached document for the kind of images we want. Please contact only after you've understood the ask here. We are located in Panchkula and if you're available locally, can drop the products or can be couriered to you for the job and you can then re...

    €132 (Avg Bid)
    Local
    €132 Média
    1 ofertas

    I'm in need of a skilled individual who can help me with legal paperwork drafting in the United States. The ideal candidate should have a good understanding of criminology or police-related tasks. Key Requirements: - Drafting of various types of legal documents such as contracts and agreements - Experience in criminology research and police policy development - Able to assist in developing crime reports, incident reports, and investigation reports. Your support in this project would be crucial in ensuring that all the necessary paperwork is professionally and accurately drafted. I look forward to receiving proposals from freelancers with relevant legal and criminology experience.

    €155 (Avg Bid)
    €155 Média
    17 ofertas