RE: A payment reminder module
Hustenbonbon <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.features |
|---|---|
| Message-ID | <f8122041ff3ccd39a5cb6007352ce6ef@osCommerce-Forums> |
This message was sent from: Features http://forums.oscommerce.com/viewtopic.php?p=183604#183604 ---------------------------------------------------------------- you can change the delay between order and reminder in the variable called "$mahntage" in days. and i forgott, you can unset $debug (imho). both variables are globally and so they are declared at top of the script. e.g. for a delay not of 7 but of 14 days it should look like this: [quote] my $debug=0; my $mahntage = 14; [/quote][/quote]