Skip to content

GreatPotato/ls-module-cleanup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lemonstand Clean-up


How to install

  1. Create a cleanup directory in /modules and navigate to it $ cd /modules/cleanup
  2. Pull the repo into the current directory $ git clone git@github.com:GreatPotato/ls-module-cleanup.git .
  3. Login to the backend of LemonStand and configure your options (Settings > System > Clean-up)
  4. Create a cron job (once an hour works well) that loads http://yoursite.com/cleanup E.g. 0 * * * * wget http://yoursite.com/cleanup

Also...

Add the following to your config.php to enable logging of deleted orders

$CONFIG['TRACE_LOG']['CLEANUP'] = PATH_APP.'/logs/cleanup.txt';

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages