Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

NÂO CALCULA MAIS O FRETE

$
0
0

Replies: 0

Estou com um problema urgente
meu plugin não calcula mais o frete estou perdendo vendas, segue o log de erros

11-12-2021 @ 16:33:05 - Weight and cubage of the order: Array
(
    [weight] => 0,18
    [height] => 7,9
    [width] => 11
    [length] => 25
)

11-12-2021 @ 16:33:05 - Requesting Correios WebServices: http://ws.correios.com.br/calculador/CalcPrecoPrazo.aspx?nCdServico=04014&nCdEmpresa&sDsSenha&sCepDestino=22280020&sCepOrigem=14026565&nVlAltura=7,9&nVlLargura=11&nVlDiametro=0&nVlComprimento=25&nVlPeso=0,18&nCdFormato=1&sCdMaoPropria=N&nVlValorDeclarado=99&sCdAvisoRecebimento=N&StrRetorno=xml
11-12-2021 @ 16:33:12 - Correios WebServices response: SimpleXMLElement Object
(
    [cServico] => SimpleXMLElement Object
        (
            [Codigo] => 04014
            [Valor] => 0,00
            [PrazoEntrega] => 0
            [ValorSemAdicionais] => 0,00
            [ValorMaoPropria] => 0,00
            [ValorAvisoRecebimento] => 0,00
            [ValorValorDeclarado] => 0,00
            [EntregaDomiciliar] => SimpleXMLElement Object
                (
                )

            [EntregaSabado] => SimpleXMLElement Object
                (
                )

            [obsFim] => SimpleXMLElement Object
                (
                )

            [Erro] => -888
            [MsgErro] => Não foi encontrada precificação. The remote server returned an error: (503) Server Unavailable..
        )

)

11-12-2021 @ 16:35:51 - Weight and cubage of the order: Array
(
    [weight] => 0,35
    [height] => 6,5
    [width] => 11
    [length] => 30
)

11-12-2021 @ 16:35:51 - Requesting Correios WebServices: http://ws.correios.com.br/calculador/CalcPrecoPrazo.aspx?nCdServico=04014&nCdEmpresa&sDsSenha&sCepDestino=22280020&sCepOrigem=14026565&nVlAltura=6,5&nVlLargura=11&nVlDiametro=0&nVlComprimento=30&nVlPeso=0,35&nCdFormato=1&sCdMaoPropria=N&nVlValorDeclarado=175&sCdAvisoRecebimento=N&StrRetorno=xml
11-12-2021 @ 16:35:52 - Correios WebServices response: SimpleXMLElement Object
(
    [cServico] => SimpleXMLElement Object
        (
            [Codigo] => 04014
            [Valor] => 0,00
            [PrazoEntrega] => 0
            [ValorSemAdicionais] => 0,00
            [ValorMaoPropria] => 0,00
            [ValorAvisoRecebimento] => 0,00
            [ValorValorDeclarado] => 0,00
            [EntregaDomiciliar] => SimpleXMLElement Object
                (
                )

            [EntregaSabado] => SimpleXMLElement Object
                (
                )

            [obsFim] => SimpleXMLElement Object
                (
                )

            [Erro] => -888
            [MsgErro] => Não foi encontrada precificação. The remote server returned an error: (503) Server Unavailable..
        )

)

Viewing all articles
Browse latest Browse all 59525

Trending Articles