From ecf2f1ac3d40e068f3951c52144d397e695af71d Mon Sep 17 00:00:00 2001 From: ethem Date: Fri, 9 Jun 2006 11:25:57 +0000 Subject: [PATCH] Sending email for pending orders expiring string (adminemailexpired) seperated. Settings moved to adminemailexpsetting. Merged from stable. --- enrol/authorize/config.html | 3 ++- lang/en_utf8/enrol_authorize.php | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/enrol/authorize/config.html b/enrol/authorize/config.html index 4c63ce48aa..21065bc48b 100755 --- a/enrol/authorize/config.html +++ b/enrol/authorize/config.html @@ -146,7 +146,8 @@ if (!isset($frm->acceptccs)) { an_emailexpired: - an_emailexpired) ?> + an_emailexpired) ?>
+ diff --git a/lang/en_utf8/enrol_authorize.php b/lang/en_utf8/enrol_authorize.php index 203853721d..84c85ea0c9 100644 --- a/lang/en_utf8/enrol_authorize.php +++ b/lang/en_utf8/enrol_authorize.php @@ -9,7 +9,8 @@ $string['adminauthorizesettings'] = 'Authorize.net Settings'; $string['adminauthorizewide'] = 'Site-Wide Settings'; $string['adminavs'] = 'Check this if you have activated Address Verification System (AVS) in your authorize.net account. This demands address fields like street, state, country and zip when user fills out payment form.'; $string['admincronsetup'] = 'The cron.php maintenance script has not been run for at least 24 hours.
Cron must be enabled if you want to use scheduled-capture feature.
Enable \'Authorize.net plugin\' and setup cron properly; or uncheck an_review again.
If you disable scheduled-capture, transactions will be cancelled unless you review them within 30 days.
Check an_review and enter \'0\' to an_capture_day field
if you want to manually accept/deny payments within 30 days.'; -$string['adminemailexpired'] = 'This is useful for \'Manual-Capture\'. Admins are notified $a days prior to pending orders expiring.
(0=disable sending email, default=2, max=5)
(Manual capture settings for sending email: cron=enabled, an_review=checked, an_capture_day=0, an_emailexpired=1-5)'; +$string['adminemailexpired'] = 'This is useful for \'Manual-Capture\'. Admins are notified $a days prior to pending orders expiring.'; +$string['adminemailexpsetting'] = '(0=disable sending email, default=2, max=5)
(Manual capture settings for sending email: cron=enabled, an_review=checked, an_capture_day=0, an_emailexpired=1-5)'; $string['adminhelpcapturetitle'] = 'Scheduled-Capture Day'; $string['adminhelpreviewtitle'] = 'Order Review'; $string['adminneworder'] = 'Dear Admin, -- 2.39.5