Search the Community
Showing results for tags 'webservie'.
-
Hello everyone! I'm using Prestashop 1.7 and i'm using web service for the app development of my store. I'm creating cart using the api and it creates without any problem but if the user logs in the cart remains empty. The cart on my online store is not updating with the web service. Please help me as i have already wasted hours searching the issue. Let me know if you need more information. Many thanks.
-
Ciao ragazzi, Vorrei chiedere come risolvere un piccolo intoppo di WebServices. In pratica un mio cliente si appoggia ad una piattaforma esterna per la gestione dei listini dei vari fornitori e poi tramite dei connettori importa i listini su vari marketplace e il sito. Il sito del mio cliente è collegato anche con Icecat e quindi ogni volta che vengono importati prodotti Icecat carica le schede tecniche, descrizioni, immagini etc etc. Il problema qual'è, ogni volta che la piattaforma dei listini fa la syncro, sovrascrive le info dei prodotti importate da Icecat. Quindi vorrei sapere se esiste un modo di specificare a WebService di prestashop quali campi aggiornare, vorrei far aggiornare solo prezzo e quantità. Al provider della piattaforma dei listini ho comunicato solo il nome del sito e la Chiave WebService, quindi il caricamento avviene tramite API di prestashop. Sinceramente vorrei evitare di attivare ogni volta anche la sincronizzazione Icecat, anche perchè parliamo di 30.000 articoli Grazie
-
Hello everybody We are developing a desktop application that sync data from a local database to Prestashop using Prestashop Webservice. Everything is ok, but we have an issue in sending HTML tags in the product description, somthing in the Prestashop trimming all html tags as we guess. Can anyone help in this situation? Thanks
-
Hello, I am trying to create an order using Prestashop webservices. I managed to create a customer, an address for the customer and a cart. The way i see it the next step is to create an order, unfortunately when i create the order using the /api/orders?schema blank i get an error 500 as return. The weird thing is that it creates an order but it does not assign a current state, it leaves it 0, so to make it valid i have to get to the back office every time and select the current state from there. I also noticed that the delivery option is not generated and i guess that is not a field that i have to complete manually. I checked the php_error log and it says: Uncaught Error: Call to a member function get() on null in ... classes/Tools.php:801. I tried inserting the delivery option manually to the database before creating the order but I'm still getting that error. When i try to create an order using the Prestashop front end instead of my custom one everything works fine, so I'm 100% sure that there's something I'm doing wrong and it's not a problem in Tools.php file.
-
Hi all, I need to get newsletter records using the prestashop webservice, but I can't find the newsletter table in the webservice admin panel. When I try to perform a GET action with this link "http://127.0.0.1/modules/prestashop/api/newsletters", I have this message in return : Could you help me finding a way to make the newsletter table accessible via webservice ? Thanks