Search the Community
Showing results for tags 'POST'.
-
Olva Courier Module for PrestaShop Calculates in real-time the shipping costs through the Olva Courier online quoting service, based on Lima (as origin) and the client's destination city, dimensions and weight of products added to the shopping cart. Benefits for Merchants Trusted ship...
-
I have a code that firstly read the cart rules and check if there is any duplicate code and this part works fine. I can get from the "GET" service. However, when I move on to "POST", it keeps returning server status 200 to me. It seems it changed from POST to GET automatically. Is there any way t...
-
When I try to make an axios post request to upload a product image using the endpoint '/api/images/products/id', I get a 400 error: Please set an "image" parameter with image data for value. Here's the snippet of the code i have. const form = new FormData() const image = await axios.ge...
-
Bonjour, Pour le contexte, actuellement j'arrive à PUT des informations dans ma BDD grâce à cette méthode Je n'ai aucun problème avec le GET et le PUT. Par contre j'essaie depuis plusieurs jours d'utiliser la méthode POST de l'API Prestashop avec finalement toujours la même...
-
- prestashop
- presta
- (and 19 more)
-
Hi, as you read by the title i'm trying to update the catalog of my shop by using the Webservice API Here's the problem when i send the POST request: <?xml version="1.0" encoding="UTF-8"?> <prestashop xmlns:xlink="http://www.w3.org/1999/xlink"> <product_option_values> <product_opti...
-
Hello! I want to update the order status via API, but i want to do it using JSON and CURL For this reason, i have three questions: 1-What is the end point to do PUT to update status of a order? 2-What body in JSON do I have to send in the request? 3-How can i do the...
-
- api
- api prestashop
-
(and 4 more)
Tagged with:
-
Hola, en mi empresa tenemos un prestashop 1.6.1.24 y desde hace unos días tenemos unos problemas. Todo empezó al restaurar un backup. Tenemos un template Tema JMS 4Life donde nos deja cambiar la portada con un page builder, y ahora cada vez que la intento cambiar me dice que: Request Enti...
-
if i turn the webservice off will it cause my site to crash? I've been having this error with getting customers to safely checkout , it keeps returning error and i don't know what to do.. I'm thinking its from the webservice or a module i installed , please can anyone help me?
-
- webservice
- php
-
(and 2 more)
Tagged with:
-
Hi How can I send a PUT / POST HTTP request, without PHP? I have used PHP a heap, but now I writing for a smartphone. (Using Swift, Java and was C#). (If asked, I can show the swift code that I use.) GET is simple, you can also just put the URL in a web browser to get a response. I...
-
Zdravím komunitu, mal by som takú otázku, z dôvodu chybových hlášok by som potreboval pozrieť parametre HTTP Request s parametrami GET a POST. Možno je to triviálne, ale ako na to? Zatiaľ som sa tým ešte nestretol, prevažne sa venujem inej platforme. Ďakujem🙂
-
Chilexpress Module for PrestaShop Calculates real-time shipping costs through the webservice of Chilexpress based on the origin and destination address, dimensions and weight of products added to the shopping cart. Benefits for Merchants Trusted shipping costs obtained directly from C...
-
Starken (Turbus) Module for PrestaShop Calculates real-time shipping costs through the Starken (formerly Turbus) online quote based on the origin and destination address, dimensions and weight of products added to the shopping cart. Benefits for Merchants Trusted shipping costs obtain...
-
Correos Chile Module for PrestaShop Calculates real-time shipping costs through the Correos Chile online quote based on the origin and destination address, dimensions and weight of products added to the shopping cart. Benefits for Merchants Trusted shipping costs obtained directly fro...
-
Serpost Module for PrestaShop Calculates in real-time the shipping costs through the Serpost online quoting service, based on the origin and destination address, dimensions and weight of products added to the shopping cart. Benefits for Merchants Trusted shipping costs obtained direct...
-
Estafeta Module for PrestaShop Calculate shipping costs in real time through the Estafeta's online quote, based on the products of the cart and the postal codes of origin and destination. It also shows the estimated delivery times based on the moment of calculation. Benefits for Merchants...
- 1 reply
-
- local deliveries
- shipments
-
(and 7 more)
Tagged with:
-
Buenas, estoy con prestashop 1.6.1.5 y en mi home estoy mostrando los últimos posts (latest news), Cuando intento entrar en uno de ellos, no se muestra el contenido. Sin embargo si pongo en Seo&URL que no sean url friendly, se muestran. Los posts están con el módulo Smartblog. Espero que puedan ayud...
-
iVoy Carrier Module for PrestaShop Allows to calculate shipping costs and generate your order shipping labels with iVoy. Benefits for Merchants Trusted shipping costs obtained directly from iVoy. Option to add an impact or adjustment to the shipping costs displayed by the carrie...
- 1 reply
-
- post
- fast delivery
-
(and 8 more)
Tagged with:
-
FedEx Mexico Module for PrestaShop Calculate shipping costs in real time through the FedEx's online quote, based on the products of the cart and the postal codes of origin and destination. It also shows the estimated delivery times based on the moment of calculation. Benefits for Merchants...
-
Ajax in order confiration hook
fancy|modules posted a topic in Addons, modules and themes developers
Hello, I developed payment module for mobile payments using generated QR code. Qr code I placed in order confirmation hook. After order created is in state awaiting for payment. Provider of getway send POST notification and if payment is succesfull state is changed on payment recieved. Is poss...