Joined August 2017
·
DanDsign
Graphic Designer at Freelance
·
CDMx
·
Posted to
PRESTASHOP background/cron CSV products import (modified)
over 1 year
ago
Hello.
Thank you very much for this code. It worked for me. I'm using prestashop 1.6.1.13
I have a question. Is it possible to split the csv file during the process of uploading it?
I saw in the "class.PSRequest.php" file there is an option called:
protected $_multipart = false;
I wonder if just changing this value to "true" would do the trick.
Thanks in advance for your answer.
How can I upload more than one csv file?
My ISP only allows me to program 1 cron job for the command /usr/bin/php...
I am trying to upload (and be updating a database of about 20,000 products)
any help will be really appreciated...