• Hola,
    Primero dar las gracias por el plugins que hasta hace poco me funciona de correcta forma. Pero sinceramente desde un día a otro dejó de funcionar, no sé si fue cuando intenté instalar el “cotizador” de Chilexpress (lo cual no sirvió porque no son compatibles los dos) o cuando intenté integrar Mercadopago… Ambos plugins eliminados de mi WP actualmente.

    Primero, y como se recomienda, comprobé que tanto curl como file_get_contents estuvieran activados con el siguiente código:

    var_dump(function_exists('curl_init'));
    	var_dump(ini_get('allow_url_fopen'));
    	
    	if( ini_get('allow_url_fopen') ) {
    		echo "Funciono";
    	} 

    Y también realicé un var_dump tanto del “post_data” como del “result”

    $post_data = array(
                            'api' => $apiKey,
                            'support' => $support,
                            'origen' => $origen,
                            'destination' => $destino,
                            'weight' => $weight,
                            'height' => $height,
                            'width' => $width,
                            'length' => $length
                        );
    
                        $service_url = 'https://www.anyda.xyz/tarifa';
    
                        $result = wp_remote_post($service_url, array(
                                'method' => 'POST',
                                'body' => http_build_query($post_data)
                            )
                        );
                        
                        var_dump($post_data);
                        var_dump($result);

    Y este fue el resultado (no sé si servirá para complementar mi problema):

    array(8) {
      ["api"]=>
      string(40) "MIAPIKEY"
      ["support"]=>
      int(0)
      ["origen"]=>
      string(1) "5"
      ["destination"]=>
      string(3) "104"
      ["weight"]=>
      float(1)
      ["height"]=>
      int(50)
      ["width"]=>
      string(1) "6"
      ["length"]=>
      string(2) "50"
    }
    array(6) {
      ["headers"]=>
      object(Requests_Utility_CaseInsensitiveDictionary)#21120 (1) {
        ["data":protected]=>
        array(6) {
          ["date"]=>
          string(29) "Sat, 22 Aug 2020 04:29:30 GMT"
          ["server"]=>
          string(6) "Apache"
          ["cache-control"]=>
          string(17) "no-cache, private"
          ["set-cookie"]=>
          array(2) {
            [0]=>
            string(334) "XSRF-TOKEN=eyJpdiI6InFWMDVydDcrRWJYdTdrRmNvN29qWGc9PSIsInZhbHVlIjoib0ZtT29ubkx4UDlyYnZyWUw1SmMyd01wSXRKNWZYdFl1NXVkc3lUU05qNTlEOElvSWZIUGhzRkhqNnFwK2VHZiIsIm1hYyI6ImExNTJjZTUxZDAwYjRlOWNjYWRiNWVkZjBiMTQzMjAxYzYyZWVmOGIxYmE0OGMwZjA5ZjFiZmEyNDM3NjZiZTIifQ%3D%3D; expires=Sat, 22-Aug-2020 06:29:30 GMT; Max-Age=7200; path=/; samesite=lax"
            [1]=>
            string(350) "anydaxyz_session=eyJpdiI6IkpRb3RuME5DVE9hUjJvc2kyUEdOYkE9PSIsInZhbHVlIjoiRC9rR0tEaGVGNDBRaVdCZWtFUE95QWdmM25tc29UNk9Iek03WUM5b21PUjBMbG4xdHhlRTFJeERmMW04YnFpdiIsIm1hYyI6IjVjMjVhZDNjZjYyOTlmZmU3ODNhNGRmNjBlNWZkNzlmMDYzNmNlNGMwMjNlNTZjZDI3N2U4ZTllNTM1YzUxOWMifQ%3D%3D; expires=Sat, 22-Aug-2020 06:29:30 GMT; Max-Age=7200; path=/; httponly; samesite=lax"
          }
          ["content-type"]=>
          string(24) "text/html; charset=UTF-8"
          ["via"]=>
          string(9) "1.1 vegur"
        }
      }
      ["body"]=>
      string(13) "{"tarifa":""}"
      ["response"]=>
      array(2) {
        ["code"]=>
        int(200)
        ["message"]=>
        string(2) "OK"
      }
      ["cookies"]=>
      array(2) {
        [0]=>
        object(WP_Http_Cookie)#21110 (6) {
          ["name"]=>
          string(10) "XSRF-TOKEN"
          ["value"]=>
          string(244) "eyJpdiI6InFWMDVydDcrRWJYdTdrRmNvN29qWGc9PSIsInZhbHVlIjoib0ZtT29ubkx4UDlyYnZyWUw1SmMyd01wSXRKNWZYdFl1NXVkc3lUU05qNTlEOElvSWZIUGhzRkhqNnFwK2VHZiIsIm1hYyI6ImExNTJjZTUxZDAwYjRlOWNjYWRiNWVkZjBiMTQzMjAxYzYyZWVmOGIxYmE0OGMwZjA5ZjFiZmEyNDM3NjZiZTIifQ=="
          ["expires"]=>
          int(1598077770)
          ["path"]=>
          string(1) "/"
          ["domain"]=>
          string(13) "www.anyda.xyz"
          ["host_only"]=>
          bool(true)
        }
        [1]=>
        object(WP_Http_Cookie)#21119 (6) {
          ["name"]=>
          string(16) "anydaxyz_session"
          ["value"]=>
          string(244) "eyJpdiI6IkpRb3RuME5DVE9hUjJvc2kyUEdOYkE9PSIsInZhbHVlIjoiRC9rR0tEaGVGNDBRaVdCZWtFUE95QWdmM25tc29UNk9Iek03WUM5b21PUjBMbG4xdHhlRTFJeERmMW04YnFpdiIsIm1hYyI6IjVjMjVhZDNjZjYyOTlmZmU3ODNhNGRmNjBlNWZkNzlmMDYzNmNlNGMwMjNlNTZjZDI3N2U4ZTllNTM1YzUxOWMifQ=="
          ["expires"]=>
          int(1598077770)
          ["path"]=>
          string(1) "/"
          ["domain"]=>
          string(13) "www.anyda.xyz"
          ["host_only"]=>
          bool(true)
        }
      }
      ["filename"]=>
      NULL
      ["http_response"]=>
      object(WP_HTTP_Requests_Response)#21108 (5) {
        ["response":protected]=>
        object(Requests_Response)#21076 (10) {
          ["body"]=>
          string(13) "{"tarifa":""}"
          ["raw"]=>
          string(934) "HTTP/1.1 200 OK
    Connection: close
    Date: Sat, 22 Aug 2020 04:29:30 GMT
    Server: Apache
    Cache-Control: no-cache, private
    Set-Cookie: XSRF-TOKEN=eyJpdiI6InFWMDVydDcrRWJYdTdrRmNvN29qWGc9PSIsInZhbHVlIjoib0ZtT29ubkx4UDlyYnZyWUw1SmMyd01wSXRKNWZYdFl1NXVkc3lUU05qNTlEOElvSWZIUGhzRkhqNnFwK2VHZiIsIm1hYyI6ImExNTJjZTUxZDAwYjRlOWNjYWRiNWVkZjBiMTQzMjAxYzYyZWVmOGIxYmE0OGMwZjA5ZjFiZmEyNDM3NjZiZTIifQ%3D%3D; expires=Sat, 22-Aug-2020 06:29:30 GMT; Max-Age=7200; path=/; samesite=lax
    Set-Cookie: anydaxyz_session=eyJpdiI6IkpRb3RuME5DVE9hUjJvc2kyUEdOYkE9PSIsInZhbHVlIjoiRC9rR0tEaGVGNDBRaVdCZWtFUE95QWdmM25tc29UNk9Iek03WUM5b21PUjBMbG4xdHhlRTFJeERmMW04YnFpdiIsIm1hYyI6IjVjMjVhZDNjZjYyOTlmZmU3ODNhNGRmNjBlNWZkNzlmMDYzNmNlNGMwMjNlNTZjZDI3N2U4ZTllNTM1YzUxOWMifQ%3D%3D; expires=Sat, 22-Aug-2020 06:29:30 GMT; Max-Age=7200; path=/; httponly; samesite=lax
    Transfer-Encoding: chunked
    Content-Type: text/html; charset=UTF-8
    Via: 1.1 vegur
    
    {"tarifa":""}"
          ["headers"]=>
          object(Requests_Response_Headers)#21077 (1) {
            ["data":protected]=>
            array(6) {
              ["date"]=>
              array(1) {
                [0]=>
                string(29) "Sat, 22 Aug 2020 04:29:30 GMT"
              }
              ["server"]=>
              array(1) {
                [0]=>
                string(6) "Apache"
              }
              ["cache-control"]=>
              array(1) {
                [0]=>
                string(17) "no-cache, private"
              }
              ["set-cookie"]=>
              array(2) {
                [0]=>
                string(334) "XSRF-TOKEN=eyJpdiI6InFWMDVydDcrRWJYdTdrRmNvN29qWGc9PSIsInZhbHVlIjoib0ZtT29ubkx4UDlyYnZyWUw1SmMyd01wSXRKNWZYdFl1NXVkc3lUU05qNTlEOElvSWZIUGhzRkhqNnFwK2VHZiIsIm1hYyI6ImExNTJjZTUxZDAwYjRlOWNjYWRiNWVkZjBiMTQzMjAxYzYyZWVmOGIxYmE0OGMwZjA5ZjFiZmEyNDM3NjZiZTIifQ%3D%3D; expires=Sat, 22-Aug-2020 06:29:30 GMT; Max-Age=7200; path=/; samesite=lax"
                [1]=>
                string(350) "anydaxyz_session=eyJpdiI6IkpRb3RuME5DVE9hUjJvc2kyUEdOYkE9PSIsInZhbHVlIjoiRC9rR0tEaGVGNDBRaVdCZWtFUE95QWdmM25tc29UNk9Iek03WUM5b21PUjBMbG4xdHhlRTFJeERmMW04YnFpdiIsIm1hYyI6IjVjMjVhZDNjZjYyOTlmZmU3ODNhNGRmNjBlNWZkNzlmMDYzNmNlNGMwMjNlNTZjZDI3N2U4ZTllNTM1YzUxOWMifQ%3D%3D; expires=Sat, 22-Aug-2020 06:29:30 GMT; Max-Age=7200; path=/; httponly; samesite=lax"
              }
              ["content-type"]=>
              array(1) {
                [0]=>
                string(24) "text/html; charset=UTF-8"
              }
              ["via"]=>
              array(1) {
                [0]=>
                string(9) "1.1 vegur"
              }
            }
          }
          ["status_code"]=>
          int(200)
          ["protocol_version"]=>
          float(1.1)
          ["success"]=>
          bool(true)
          ["redirects"]=>
          int(0)
          ["url"]=>
          string(28) "https://www.anyda.xyz/tarifa"
          ["history"]=>
          array(0) {
          }
          ["cookies"]=>
          object(Requests_Cookie_Jar)#21107 (1) {
            ["cookies":protected]=>
            array(2) {
              ["XSRF-TOKEN"]=>
              object(Requests_Cookie)#21078 (5) {
                ["name"]=>
                string(10) "XSRF-TOKEN"
                ["value"]=>
                string(248) "eyJpdiI6InFWMDVydDcrRWJYdTdrRmNvN29qWGc9PSIsInZhbHVlIjoib0ZtT29ubkx4UDlyYnZyWUw1SmMyd01wSXRKNWZYdFl1NXVkc3lUU05qNTlEOElvSWZIUGhzRkhqNnFwK2VHZiIsIm1hYyI6ImExNTJjZTUxZDAwYjRlOWNjYWRiNWVkZjBiMTQzMjAxYzYyZWVmOGIxYmE0OGMwZjA5ZjFiZmEyNDM3NjZiZTIifQ%3D%3D"
                ["attributes"]=>
                object(Requests_Utility_CaseInsensitiveDictionary)#21109 (1) {
                  ["data":protected]=>
                  array(5) {
                    ["expires"]=>
                    int(1598077770)
                    ["max-age"]=>
                    int(1598077769)
                    ["path"]=>
                    string(1) "/"
                    ["samesite"]=>
                    string(3) "lax"
                    ["domain"]=>
                    string(13) "www.anyda.xyz"
                  }
                }
                ["flags"]=>
                array(4) {
                  ["creation"]=>
                  int(1598070569)
                  ["last-access"]=>
                  int(1598070569)
                  ["persistent"]=>
                  bool(false)
                  ["host-only"]=>
                  bool(true)
                }
                ["reference_time"]=>
                int(1598070569)
              }
              ["anydaxyz_session"]=>
              object(Requests_Cookie)#21072 (5) {
                ["name"]=>
                string(16) "anydaxyz_session"
                ["value"]=>
                string(248) "eyJpdiI6IkpRb3RuME5DVE9hUjJvc2kyUEdOYkE9PSIsInZhbHVlIjoiRC9rR0tEaGVGNDBRaVdCZWtFUE95QWdmM25tc29UNk9Iek03WUM5b21PUjBMbG4xdHhlRTFJeERmMW04YnFpdiIsIm1hYyI6IjVjMjVhZDNjZjYyOTlmZmU3ODNhNGRmNjBlNWZkNzlmMDYzNmNlNGMwMjNlNTZjZDI3N2U4ZTllNTM1YzUxOWMifQ%3D%3D"
                ["attributes"]=>
                object(Requests_Utility_CaseInsensitiveDictionary)#21071 (1) {
                  ["data":protected]=>
                  array(6) {
                    ["expires"]=>
                    int(1598077770)
                    ["max-age"]=>
                    int(1598077769)
                    ["path"]=>
                    string(1) "/"
                    ["httponly"]=>
                    bool(true)
                    ["samesite"]=>
                    string(3) "lax"
                    ["domain"]=>
                    string(13) "www.anyda.xyz"
                  }
                }
                ["flags"]=>
                array(4) {
                  ["creation"]=>
                  int(1598070569)
                  ["last-access"]=>
                  int(1598070569)
                  ["persistent"]=>
                  bool(false)
                  ["host-only"]=>
                  bool(true)
                }
                ["reference_time"]=>
                int(1598070569)
              }
            }
          }
        }
        ["filename":protected]=>
        NULL
        ["data"]=>
        NULL
        ["headers"]=>
        NULL
        ["status"]=>
        NULL
      }
    }

    Es preciso mencionar que también probé el cotizador de Starken.cl (cambiaron el dise?o de la web hace poco tal parece), y este me entrego bien toda la información.

    También mencionar que las ciudades me las entrega bien en el sistema.

    ?Qué podría estar sucediendo? ?Necesita alguna información adicional para ayudarme?
    Agradezco de antemano su tiempo.

    Saludos.

    • This topic was modified 4 years, 3 months ago by deusigs.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Andrés Reyes Galgani

    (@andresreyesdev)

    Hola @deusigs,

    La API de Starken está caida y no funciona por ahora. No tengo mayor información.

    Por cierto, si buscas en la web de Starken te darás cuenta que tampoco hace el cálculo (Origen, Iquique, Destino: Vi?a según veo la query).

    En la medida que reparen la API volverá todo a funcionar correctamente.

    Thread Starter deusigs

    (@deusigs)

    Muchas gracias por tu respuesta.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘No me entrega calculo de envio’ is closed to new replies.