mastmaster Posted June 18, 2012 Share Posted June 18, 2012 Hello prestashopers, Sorry for my english. The topic concerns the webservice that provides Prestashop now and I think it's a good topic for future expansion of our stores because you will surely find it on your way. 1st step I activated the webservice of prestashop, I made the settings and I can successfully see the results in xml when i calling mystore.com / api. 2nd step(my problem) According to the official guide of prestashop, you can execute php files that located either in a localhost server, or in internet and get the results on your browser to xml with the necessary condition my Server support curl (which is true for me). eg. <?php define('DEBUG', false); // Debug mode define('PS_SHOP_PATH', 'http://mystore.com'); // Root path of your PrestaShop store define('PS_WS_AUTH_KEY', 'DM0DQ3TDF61KUTCAGLMCBPGSBQ6SX8CL'); // Auth key (Get it in your Back Office) require_once('PSWebServiceLibrary.php'); try{ blaaaa } catch{ blaaaa } My problem is that when I call it, it is not show anything and the code is 1000% correct, because when I change the above defines with other sample prestashop keys (apache) plays normally and I am afraid that the server fault of mine, which is litespeed Any views and opinions are accepted Link to comment Share on other sites More sharing options...
mastmaster Posted June 19, 2012 Author Share Posted June 19, 2012 Nobody?? Please i need a answer! Link to comment Share on other sites More sharing options...
Recommended Posts