Hi David,
Normally I try to figure out most of the PT mods myself, but I am a little stumped on the slow import tool file, can I, say, mod this to import blocks of 500 products at a time instead of the default 100 blocks? Just point me to the right place and I can edit what needs done.
Thanks in advance, and so far I like the latest version.
Ray
Thanks David, as usual, your support is by far the best I've yet to see anywhere.
MeadorLtd Web-Properties
Hi David
I have several data bases where I use( drop record if not) on some merchants. But I cant use the slow import tool for all because of an error
Fatal error: Call to undefined function filter_dropRecordIfNotExec() in /home/pricedth/public_html/shoes/includes/admin.php on line 195
Is there a way around this?
Thank You
Dean
Hi Dean,
At the top of your admin/feeds_import_slow.php, look for the following line:
require("../includes/admin.php");
...and immediately AFTER that line, add:
require("../includes/filter.php");
A very early version of the slow import tool missed that line out, so that should be all it is.
Cheers,
David.
Hi David
That fixed worked well now I have another problem. When IO use slow import tool import all you can watch it go through all the stores but when it is done only the last store imported well actually be listed or imported. Is there a fix for this or is it something in my servers mysql?
Thank You
Dean
Hello Ray,
Sure - the parameters can be changed in config.advanced.php - the last two parameters are;
$config_slowImportBlock = 100;
$config_slowImportSleep = 2;
...simply modify as required.
Cheers,
David.