Added married-couple specific payment outstanding email
This commit is contained in:
@@ -89,6 +89,7 @@ function booking_tokens_admin() {
|
|||||||
"Please don't hesitate to contact us if you have any queries by replying to this email. We look forward to seeing you, God Willing, at [booking:eventname]\n" .
|
"Please don't hesitate to contact us if you have any queries by replying to this email. We look forward to seeing you, God Willing, at [booking:eventname]\n" .
|
||||||
"Love in Jesus,\n[booking:eventname] Registrations Team.";
|
"Love in Jesus,\n[booking:eventname] Registrations Team.";
|
||||||
$booking_email_notcoming_demotion = "";
|
$booking_email_notcoming_demotion = "";
|
||||||
|
$booking_email_paymentoutstanding_married_text = "";
|
||||||
$booking_confirmation_text = "<p>Thanks for filling out the registration form.</p>\n" .
|
$booking_confirmation_text = "<p>Thanks for filling out the registration form.</p>\n" .
|
||||||
"<p>To complete your booking, please make a payment of <strong>$[booking:payment-required]</strong> into the following bank account<br />\n" .
|
"<p>To complete your booking, please make a payment of <strong>$[booking:payment-required]</strong> into the following bank account<br />\n" .
|
||||||
" Account Name: blah<br />\n BSB: blah<br />\n Account Number: blah</p>\n" .
|
" Account Name: blah<br />\n BSB: blah<br />\n Account Number: blah</p>\n" .
|
||||||
@@ -315,6 +316,13 @@ $booking_registration_intro_text = variable_get('booking_registration_intro_text
|
|||||||
'#description' => t(''),
|
'#description' => t(''),
|
||||||
'#default_value' => variable_get('booking_email_paymentoutstanding_text', $booking_email_paymentoutstanding_text),
|
'#default_value' => variable_get('booking_email_paymentoutstanding_text', $booking_email_paymentoutstanding_text),
|
||||||
);
|
);
|
||||||
|
$form['emails']['booking_email_paymentoutstanding_married_text'] = array(
|
||||||
|
'#title' => t('Email text to send a married couple reminding them of how much they both owe (combined pricing)'),
|
||||||
|
'#type' => 'textarea',
|
||||||
|
//'#format' => 'full_html',
|
||||||
|
'#description' => t(''),
|
||||||
|
'#default_value' => variable_get('booking_email_paymentoutstanding_married_text', $booking_email_paymentoutstanding_married_text),
|
||||||
|
);
|
||||||
$form['emails']['booking_email_waitinglistpromotion'] = array(
|
$form['emails']['booking_email_waitinglistpromotion'] = array(
|
||||||
'#title' => t('Email text to send a person on the waiting list when a spot opens up for them'),
|
'#title' => t('Email text to send a person on the waiting list when a spot opens up for them'),
|
||||||
'#type' => 'textarea',
|
'#type' => 'textarea',
|
||||||
|
Reference in New Issue
Block a user