Search the Community
Showing results for tags 'curl'.
-
Hello, I'm trying to make a cron job that curls one of my modules for a daily check to then execute some code. The problem is I can't seem to use curls, I tried a few curl requests and Prestashop never seemed to acknowledge the request. Any ideas?
-
extension cURL PHP
moi111 posted a topic in Utilisation de PrestaShop : configuration et difficultés
Bonjour, j'ai ce problème : L'extension cURL PHP doit être activée sur votre serveur.. Comment l'activer ? -
Bonjour, J'essaye de consommer le service web prestashop avec un logiciel type Curl. Le GET marche bien comme suis: GET ("https://domaine/api/customers/1?output_format=JSON", authenticate("FJ1T7FE6JVT8PHME5SK8D9A34RFDGT56","")) Par contre le POST ne marche pas:...
- 4 replies
-
- curl
- authentication
-
(and 1 more)
Tagged with:
-
I'm trying to set the file directories to another location entirely like using the Amazon S3. Getting the images is easy as I can set the url in the config files. But when it comes to uploading images, it's kinda difficult as I dont know what is the best way to do it. I have an API that will han...
-
Hola! Primero que todo, llevo un tiempo con prestashop (algo de 6 meses) y desde que he trabajado con este e-commerce ha sido difícil adaptarse de un tiempo a este ... Bueno la cosa que el sitio ya está funcionando, hay harto tráfico pero! paso que de un momento a otro dejó de funcionar e...
- 1 reply
-
- catalog
- connection
-
(and 2 more)
Tagged with:
-
Hello, I'm currently interfacing my Erp to Prestashop 1.7.2.4 by the web service and the curl.exe tool. I write the xml datas in a file and I use curl to send and receive informations. I already send categories, products, and stocks ... ouff ! Now I'm trying to send pictures lik...
-
hey there, I came across a pretty strange bug with the webservice library and curl and wonder if that has happened to anyone else here before or if anyone has a reasonable explanation. I developed a module that uses the webservice to gather product data. On several test systems everything...
-
- webservice
- rest
-
(and 2 more)
Tagged with:
-
Hello, I'm trying to upload an image to a folder called uploads in my module's root. I have been able to accomplish this with the shop installed on my machine but I cannot upload the desired image to the remote shop. Here is my code: connector.php, to use curl to send the image to the upload.php...
-
Hi everyone. I'm new in this forums, thanks for reading. I've tried the prestashop webservice using the php example script located in the documentation and i've read it all. It's really easy and works great. But now i'm trying to use the webservice via cURL command line client. i managed to...
- 8 replies
-
- webservice
- http
- (and 8 more)
-
Hello, I am currently trying to set up the WebService on my shop currently "hosted" on my localhost. I am following the Web service tutorial on the Prestashop documentation and I have issues with the Chapter 3 - First steps - Accessing the web service and listing customers. As indicated in t...
-
Hi. I'm having a strange problem. I'm using the webservice via direct cURL calls, because I had problems with the PSWebServiceLibrary doing stupid things and mainly just getting in the way (though I did briefly test this with the library as well, with the same error). I'm trying to add order...
- 1 reply
-
- webservice
- POST
-
(and 1 more)
Tagged with:
-
Good day, dear friends! Trying to solve the problem for several weeks with the import of thousands of Microsoft Word documents at the REST API I have not found the section of virtual files (table ps_product_download). Also I was not able to save the form products through the curl, since I coul...
-
Добрый день! Не могу найти в REST API раздела виртуальных/загружаемых файлов (из таблицы ps_product_download), чтобы импортировать туда скриптом свои (их несколько тысяч). Также не могу получить доступ к сохранению формы товара через curl к бэкофису из-за системы сессий, куки и токенов. Prestasho...
-
Hi everyone! I'm newbie on Prestashop and I'm developing a project that connects a website with the prestashop backend but I've found some problems and I don't know if what I'm looking for is possible or not. We've a website with information of different commerces and some of them want to sell thei...
-
Web Service ( CULR ): le immagini non vengono caricate
matteo.enter posted a topic in Report sui Bug
Salve a tutti, ho preparato uno script per poter caricare le immagini sia sugli articoli sia sulle categorie ma le immagini non vengono caricate ne su gli uni ne sulle altre nonostante non mi restituisca nessun errore. Questo è lo script per gli articoli: <? require_once( './configurazioni/...- 10 replies
-
- webservice
- curl
-
(and 1 more)
Tagged with:
-
Hi everyone, i have two websites: 1 - a normal website which requires to login to browse it 2 - a shop (PrestaShop 1.5.6.0) at the moment everytime that someone registers on the website i automatically create the user in the shop with the same credentials. My goal now is start the sessi...
-
How can i execute an url using curl from my module in prestashop 1.5.4.1 The sample url is https://abcd.com/shop/xyz?name=aaaaa&id=1