cancel
Showing results for 
Search instead for 
Did you mean: 

csv product update

SOLVED

csv product update

Hi,
I have in a csv over 6000 products, these products change stock and price every week.
I made a php to update the products on the site.
But it does not work correctly, after updating several hundred products this import stops.

Please help me with some advice,
Thanks

1 ACCEPTED SOLUTION

Accepted Solutions

Re: csv product update

@emanuel_chirtesDo you see any error? PHP execution time may be a reason. You may have it set to couple of minute but your script may  be taking more than that. Magmi is a good tool for import and export which you can look into for bulk import export..

- Tarandeep
Problem solved?Please give 'Kudos' and accept 'Answer as Solution'.

View solution in original post

2 REPLIES 2

Re: csv product update

@emanuel_chirtesDo you see any error? PHP execution time may be a reason. You may have it set to couple of minute but your script may  be taking more than that. Magmi is a good tool for import and export which you can look into for bulk import export..

- Tarandeep
Problem solved?Please give 'Kudos' and accept 'Answer as Solution'.

Re: csv product update

Would you like to set up crone job for your regular updates? Please explain