To send an automatic invoice to your sellers on the 1st of each month you must first login to your cpanel account and then go to:
- go to 'Legacy File Manager'
- public_html
- cgi-bin
- Auction
- Config.pl
Click on the edit options to open the script in a new page.
Scroll down untill you find the following part of the script. Turn the auto invoice on or off by amending the RED value to yes or no.
#############################
# Send all users an auto billing invoice
# on the first of each month if ballance
# is negitave no=off yes=on
$config{'autoinvoice'} = 'no';