Jump to content

Search the Community

Showing results for tags 'JSON'.

  • Search By Tags

    • json ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


  1. When I successfully upload an image using PS webservice ('POST' myshop.com/api/images/products) the response is the image itself. I would like to have a JSON response so that I can use the image ID. I have tried to add `output_format=JSON` to the query string and adding the "Accept: application/js...
  2. Hello, My boss needs me to create an application to control the stock of products and delivery of orders. I made a lot of progress with the API and right now im able to retrive all the data i need and show on the front-end whatever my boss asks for, but right now i need to actly change the values...
  3. Greetings, I am trying to use the Webservice API. I have successfully installed Prestashop locally with the demo products. I have enabled the Webservice module and created an API key. I am issuing the following request via Postman: GET {{webservice_url}}/api/products?output_format=JSO...
  4. Bonjour, j'ai tenté d'implémenter les données de retours pour les rich snippet. Mais je rencontre un problème pour : returnPolicyCategory Il m'indique : Valeur d'énumération non valide dans le champ "returnPolicyCategory" (facultatif) Ma question, qu'attend Google pour valider ce...
  5. Módulo Google Rich Snippets (Cards) LD + JSON + Twitter Los datos estructurados son un formato estandarizado para proporcionar información sobre una página y clasificar su contenido. Optimice su SEO con datos estructurados para sus productos, sitio y tiendas con Google Rich Cards y Datos Estruc...
  6. LINK MODULE Purpose of the module The primary aim of the module is to optimize your website by using the creation of rich cards from Google in its recommended format (LD-JSON) and from Twitter, thus fulfilling the recommended actions to improve the positioning and visualization of y...
  7. Hi, is it possible to modify the code in order to show JSON "In Stock" when main product is out of stock but product combinations are available? Thanks:)
  8. Hi, I have a doubt whether it is possible to send the web request in JSON format instead of XML format? If so, can you share a sample data please.
  9. Hi everyone, I'm using prestashop 1.6.1.24 I want to customize Prestashop web service for my own usage but I don't know how I made the Webservice key for product i want a json output like this : a page with all product json { "count": "150", // Total number of prod...
  10. Vorrei inserire un filtro di ricerca stile automotive, che rimanga sempre nell' header e che non perda la configurazione. Esempio in siti di ricambi, selezioni il modello di auto e navighi tra le categorie con quel filtro sempre attivo. Sto provando a farlo con Amazzing filter ma non sto r...
  11. Hi guys, I have come across an issue where I've edited a custom.css file in themes/classic/assets/css. The file path is correct in my browser's developer tools, and I've followed other support forums for this issue ...but no matter how many times I've tried these methods: - cleared th...
  12. I have created a SPA eCommerce website made using Vue.js and other things. For that I needed a REST API server, so I created one. I know prestashop supports JSON API, but those are too complex to use for me, and based on PHP, which is problematic on my servers, frequent hangs. Linux x64 Ex...
  13. Bonjour à tous, Salutations du jour. Cet addon permet d'ajouter des données structurées sur les détails de l'entreprise, les heures d'ouverture, les avis, l'emplacement et les pages sociales, etc. pour afficher un extrait riche dans les résultats de recherche et aider au référencement....
  14. hi, i need to catch a json from ajax call with an hook before output, edit the json and return json edited for a translation service. i tried to set return but not works in output, the output it's the same at original.. how i can return the content to output ? this is an example:...
  15. Good afternoon, I'm having issues with the webservice, I can get all of the products in JSON format but I can't send an Update (PUT) for the price of a product. Has anyone tried to use JSON for the webservice?
  16. Bonjour à tous, Version de PrestaShop : 1.7.3.2 URL de la boutique : http://www.inboxin.fr/ Nous rencontrons un souci lorsque un client se connecte sur le site internet avec son compte client. Il peut naviguer sans souci sur les fiches produits et ajouter au panier. En revanche,...
  17. I am using Prestashop v1.6.1.17, I am able to create a new cart using url https://myshop.com/cart?add=1&id_product=1&ipa=1 and I am able to get cart details for the whole store using the url https://myshop.com/api/carts?ws_key=XXXX&display=full&output_format=JSON but I unable to get the cart de...
  18. Hi, I am trying to make a web request to a site made with Prestashop (v.1.7.3 with dummy content) in order to show the list of products and the product details (including images) within a table view of an iOS app I am currently prototyping using SWIFT 4. No intention so far to put new pro...
  19. Ciao a tutti, sto cercando di mostrare i prodotti con i dettagli di uno shop Prestashop (v.17.3) in un table view su iOS con SWIFT 4. Non devo né aggiungere, né modificare prodotti, ma solamente mostrare i prodotti dello shop nell'app. Ho controllato la documentazione ed ho abilitato i Web...
  20. Hi Thank you for taking the time to read my question. I recently moved my store to a new server and have found 2 issues that I think may be related. Firstly if I enter the URL www.layella.com I get the maintenance page (I have checked all the possible solutions for this af...
  21. Hi, I have a question: I need to call an external API (the ERP, to store or update user in his DB) when a new customer is finishing his registration or when is finishing to update his profile. Do you have any suggestion to manage these events? I have the API call ready, but actually I don't kno...
  22. How can I get the web service to return json instead of xml?
  23. Bonjour à tous, Je viens de tomber sur un bug des lus particuliers. ça ne vient surement pas de prestashop par défaut, mais j'aimerai pouvoir trouver un moyen de contourner ce problème. J'ai un site en version de prestashop 1.6.1.11 Quand j'accède en mobile sur la page de produit et que je...
  24. Hi, I am doing a small module in Prestashop 1.5 . In that module I am getting some data from database as json format. For that I have done this echo json_encode(array($result)); This one is working fine. But when I tried to upload the module to prestashop validator, it showed me the err...
×
×
  • Create New...