Jump to content

Recommended Posts

Can someone tell me the secret of actually uploading a LARGE number of products?

 

I need to add over 7000 products to my store.

 

I have been using the CSV Import but the problem is that it will not load more than 10-12 products at a time. This is taking WAY too long for this many products.

 

There has to be a way to load more at a time than this.

 

Please help!

Edited by jbarrick (see edit history)
Link to comment
Share on other sites

  • 1 month later...
  • 7 months later...

This problem still persists.

 

CSV import at the very most will import 20 products (with images).  

 

I have tried editing the php.ini to include:

 

max_input_time = 6000

max_input_vars = 10000000000

upload_max_filesize = 500M
post_max_size = 500M

 

After restarting web services nothing has changed.  The database is winning the war of attrition.  7000+ products to add at a pace of 20 (or less) at a time is not much different than not being able to add products at all.  By the time all the products have been uploaded the database will be completely out of date.

 

I really can use some help.

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...