Hi,
While uploading products via a csv file. It stops at 11,123 products, instead of going all the way through (33,000 products) Does anyone know why this is? I checked the feed, and it looks fine. Also, the upload goes a lot slower than the rest of my stores, why would this be?
Thanks
I was told by CS-Cart support that v3 has difficulty with importing large files. So far as I know, there has not been a fix provided yet.
lccoins,
I'm still using 2.2.5, but one of my other stores has almost 50,000 and it handles fine.
Have you checked your logs that it did not bump against your php memory and/or max upload file size?
[quote name='kogi' timestamp='1345760618' post='143509']
Have you checked your logs that it did not bump against your php memory and/or max upload file size?
[/quote]
Kogi,
I have my memory settings just as my other sites, but where would I find the max file upload size setting?
If it were a max_file_upload issue it wouldn't even begin to import. CS cart sets the memory_limit in /config.local.php at a default of 48. Change that number to 256 or 512…
In root in config.local.php
look for
// Set maximum memory limit
@ini_set('memory_limit', '48M');
John