RomuGb Posted March 3, 2014 Share Posted March 3, 2014 Hi, I'd like to create a php page, in prestashop, that can be called with a http get/send request. I will send parameters (stock, price, description, product reference i have in my Excel file ...) to the php page that will look for the product with the manufacturer product reference, and update the product. I guess that will be much faster than the prestashop webservices. Do you have any model of php page that can help me to begin ? Or maybe a module that can do that ? Thanks for your help. Link to comment Share on other sites More sharing options...
DevNet Posted March 3, 2014 Share Posted March 3, 2014 Hi, From Excel, you can prepare your csv export file, and import csv into the native feature in PrestaShop back-office. Regards Link to comment Share on other sites More sharing options...
RomuGb Posted March 3, 2014 Author Share Posted March 3, 2014 Hi Devnet, Thanks for your reply. I already use the prestashop's import function with CSV file but it takes 1 hour because i have 7000 thousand product. And i have to do it Twice a week so its king of a pain in the a... Thanks anyway. romu Link to comment Share on other sites More sharing options...
DevNet Posted March 3, 2014 Share Posted March 3, 2014 7000 ? or 7 000 000 ? The native script is perfect to import, and it run in back task. It is autonomous and once started, you can close your browser and let him. It would be a waste of time to create an equivalent script. Regards Link to comment Share on other sites More sharing options...
RomuGb Posted March 11, 2014 Author Share Posted March 11, 2014 7000 ? or 7 000 000 ? The native script is perfect to import, and it run in back task. It is autonomous and once started, you can close your browser and let him. It would be a waste of time to create an equivalent script. Regards Thanks DevNet. In fact it's 7000 product ^^ I dont know the native module that can import in background and close your browser !!! I use the import function in prestashop backoffice. Its not automatique at all... And it requires a execution time very long which is not accepted by providers... Can you tell me more about your module ? Where do you fid it ? Thanks Bye Link to comment Share on other sites More sharing options...
DevNet Posted March 11, 2014 Share Posted March 11, 2014 It's not a module ! It's a feature from PrestaShop 1.5 : Advanced Parameters > CSV Import regards Link to comment Share on other sites More sharing options...
Recommended Posts