Hi David
How can I drop all products without price comparison (meaning no product or ean match)?
And how can I drop all products with 2 or less price comparisons (meaning 2 or less product or ean matches)?
Best regards, IG
Hello IG,
Check out this thread for a scripts/purge.php script to drop all products not compared which can be chained inline with your existing cronjob so for example;
cd /home/username/public_html/scripts/;/usr/bin/php cron.php;/usr/bin/php purge.php
...or inline with uidmap.php also;
cd /home/username/public_html/scripts/;/usr/bin/php cron.php;/usr/bin/php uidmap.php;/usr/bin/php purge.php
Hope this helps!
Cheers, David. -- PriceTapestry.com
©2006-2025 IAAI Software | Contact Us | Privacy Policy
Hello IG,
Check out this thread for a scripts/purge.php script to drop all products not compared which can be chained inline with your existing cronjob so for example;
cd /home/username/public_html/scripts/;/usr/bin/php cron.php;/usr/bin/php purge.php
...or inline with uidmap.php also;
cd /home/username/public_html/scripts/;/usr/bin/php cron.php;/usr/bin/php uidmap.php;/usr/bin/php purge.php
Hope this helps!
Cheers,
David.
--
PriceTapestry.com