Search the Community
Showing results for tags 'vue'.
-
Hi I wondered if anyone had ran into the issue below and could provide me tips for solving it. I need to make a change to the Stock management page in the back office, which has been migrated to Symfony and uses modules such as webpack and vue.js. Therefore I did the following: Downloaded the developer version of the admin folder (admin-dev) from https://github.com/PrestaShop/PrestaShop Installed all necessary modules into the /admin/themes/new-theme/ using the command npm install. All works well so far, I made the necessary changes to the stock page and ran npm build to make the changes live. All good so far and the changes were visible in the back office stock management page. However, I then switched to the Catalog > Products > Edit Products and notice a bunch of errors which breaks the functionality of this page. The above was done on Prestashop 1.7.6.1 Errors are attached. Why is the build producing problems? Have I missed something? Any help would be appreciated. Kind Regards Musaffar
-
Hello, I try to connect prestashop webservices using axios but with no luck, in postman this url return results axios .get( "http://[email protected]/api/orders&display=full&output_format=JSON" ) .then(function(response) { console.log(response.data); }); does anyone know where can be problem? Thanks
- 1 reply
-
- webservices
- apc
-
(and 2 more)
Tagged with:
-
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 Executable and Postman Collection available from the link below. Source code is not available. Download from Google Drive Rename the config to config.toml and add the connection details and other things. Postman Image: https://drive.google.com/file/d/1ympddxoF6TUwqz4C-d3bhXRSuyd3zrVD/view?usp=sharing