I have created an online store with woocomerce where I would like to show the products from a web service, since the catalog of these products is very large, it has different filters such as, brand, solution etc.
So I would like to show a filter where the user selects for example:
brand: “X”
solution: “X”
I put the example of the ws:
https://www.grupocva.com/catalogo_clientes_xml/lista_precios.xml?cliente=23534&grupo=REDES&marca=CISCO
And from there to be able to show the products that the WS response has given me, and to be able to pass them to the shopping cart, checkout etc.
Is this possible without having to upload all the products to my store, since they are too much
Thanks to all.
]]>Exception – Class ‘webservice’ not found
More information about this error
In debug mode there is also the following messages:
Debug info:
Error code: generalexceptionmessage
Stack trace:
line 466 of /local/edwiserbridge/mod_form.php: Error thrown
line 204 of /lib/formslib.php: call to edwiserbridge_summary_form->definition()
line 103 of /local/edwiserbridge/edwiserbridge.php: call to moodleform->__construct()
The Moodle version we use is 3.5.17. Local_edwiserbridge version is 2.0.6. Auth_wdmwpmoodle version is 1.3.9.
We also have a Moodle installation in version 3.9.5 with the same plugin version installed, and these error messages do not show there.
Does this mean that Edwiser Bridge is not compatible with Moodle 3.5?
Best regards,
Edmyn
O frete n?o é calculado para os produtos com valores entre R$18,01 até R$20,49. Os demais produtos fora dessa faixa de pre?o funcionam normalmente.
O problema come?ou a acontecer depois do aumento do valor declarado para cliente com contrato com os correios.
Entrei em contato com os correios e a resposta deles foi que o Web Services n?o está apresentando problemas.
Gostaria de saber se alguém mais está passando por esse problema ou tem alguma ideia de como resolver.
Se o desenvolvedor do plugin puder me falar se está ok essa parte também, ajudaria a falar com os correios se o problema for com eles.
]]>After installation everything seemed to work great, and most of the images were optimized on the first run. After a while I visited the panel and seen the message saying “There is currently 11 non optimized pictures.” (Nothing was uploaded in the meantime, this is a staging site).
But for exactly two weeks now reSmush.it seems to have lost connection with the server, because after the progress bar finishes running there is always the same message:
“An error occurred when contacting webservice. Please try again later.”
I understood that some weeks ago you had a server-side problem, but you wrote it is fixed now.
Any ideas?
Thanks!
]]>Os demais produtos funcionam normalmente, mas os produtos com valores entre R$18,01 até R$20,49 n?o funcionam!
Imaginei que a tabela dos correios estava sendo atualizada, entrei em contato e eles disseram que o sistema passou por uma intermitência, mas já foi resolvido, mas na minha loja o erro continua.
Se alguém tiver alguma ideia de como resolver o problema, eu agradeceria muito!
]]>var dataStream = new MemoryStream(buffer);
HttpResponseMessage httpResponseMessage = Request.CreateResponse(HttpStatusCode.OK);
httpResponseMessage.Content = new StreamContent(dataStream);
httpResponseMessage.Content.Headers.ContentDisposition = new System.Net.Http.Headers.ContentDispositionHeaderValue(“attachment”);
httpResponseMessage.Content.Headers.ContentDisposition.FileName = “cal.ics” ;
httpResponseMessage.Content.Headers.ContentType = new System.Net.Http.Headers.MediaTypeHeaderValue(“application/octet-stream”);
return httpResponseMessage;
Where ‘sb’ contains the calendar data.
Now if I open the link to the webservice in a browser, save the file and then point ICS Calendar at the file it works fine. If I point ICS Calendar at the webservice it fails.
Any ideas?
Thanks
Thaks to all.
]]>Na programa??o tem todas variaveis para fazer o calculo de acordo com as formulas dos correios? vou explicar oque esta acontecendo.
Eu adquiri um contrato com os correios, e tarifa??o no caso é mais barata!
de acordo com o meu site um frete nos seguintes paramentos > C40, L32, A3. KG0.24 DE 74510-010 para 01021-200 < esta dando PAC R$35,08 e SEDEX R$50,05 com o codigo de servi?o PAC:04596, SEDEX:04553.
E o pessoal esta alegando que eu consigo mais barato de acordo com a planilha dos correios.
FRETE PARA O MESMO DESTINO
PAC: R$ 23,85
SEDEX: R$ 54,99
O pessoal me explicou que pode ocorrer que o produto pode n?o esta batendo o peso de acordo com exigido para os parametos, ent?o o calculo esta sendo feito em cima de uma formula que me traz os resultados em ” peso cúbicos ” la! por isso o valor é mais baixo, mas no site/plugin pode n?o ter essa formula por isso o meu pre?o esta la em cima.
desde já agrade?o a aten??o.
]]>