In Store Manager (admin/store_manager.php) We'd like to set up a cron to:
1) "Empty Admin Activity Log table from the database" (.../admin/store_manager.php?action=clean_admin_activity_log)
2) "Optimize Database to remove wasted space from deleted records" (.../admin/store_manager.php?action=optimize_db)
Also, we have Easy Populate 1.2.5.4 installed - We want to:
1) Create Model/Price/Qty tab-delimited .txt file in temp dir (.../admin/easypopulate.php?download=tempfile&dltype=priceqty) - We'll then use a script to retrieve the file automatically from our temp folder, make our pricing changes, and then have a script send it back to the temp folder.
2) After #1 is done, we want the same text file imported back into the database (Import from Temp Dir (temp/) - Insert into db).
This will allow us to download the Model/Price/Qty tab-delimited .txt file, say on Monday, giving plenty of time to make our changes before having the file automatically uploaded say on Wednesday.
Thinking the upload portion may require something extra as EP creates a differently named .txt file with each download to the temp directory - so at a loss as how that would work - hmmmm.
Even considered testing macros to do this.
:)
Thanks for any suggestions you may have on this as well.




