Jump to content

Import update product throught PHP page


Recommended Posts

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

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

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

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

×
×
  • Create New...