updates
This commit is contained in:
@@ -3,6 +3,50 @@
|
||||
function booking_emails_admin() {
|
||||
global $event;
|
||||
$form = array();
|
||||
//some initial workflow email definitions
|
||||
$default_email_text = "Dear [booking:fname],\n" .
|
||||
"Congratulations, you are officially booked into [booking:eventname]. " .
|
||||
"Your registration reference number is [booking:booking-id].\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\n" .
|
||||
"________________________________________________________\n" .
|
||||
"The following information shows the details you entered when you registered. " .
|
||||
"If any of this information is incorrect, please reply to this email with the corrections as soon as possible.\n" .
|
||||
"________________________________________________________";
|
||||
$booking_email_regn_complete_text = "Dear [booking:fname],\n" .
|
||||
"Thank-you for completing your payment for [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\n" .
|
||||
"________________________________________________________\n" .
|
||||
"The following information shows the details you entered when you registered. " .
|
||||
"If any of this information is incorrect, please reply to this email with the corrections as soon as possible.\n" .
|
||||
"________________________________________________________";
|
||||
$booking_email_waitinglist_text = "Dear [booking:fname],\n" .
|
||||
"Thank-you for registering to attend [booking:eventname]. Unfortunately the venue for this event is full, and you have been placed on the waiting list to attend.\n" .
|
||||
"We will contact you if a position becomes available for you. Please don't hesitate to contact us if you have any queries by replying to this email.\n" .
|
||||
"Love in Jesus,\n[booking:eventname] Registrations Team\n" .
|
||||
"________________________________________________________\n" .
|
||||
"The following information shows the details you entered when you registered. " .
|
||||
"If any of this information is incorrect, please reply to this email with the corrections as soon as possible.\n" .
|
||||
"________________________________________________________";
|
||||
$booking_email_paymentoutstanding_text = "Dear [booking:fname],\n" .
|
||||
"Thank-you for registering to attend [booking:eventname]. Our records indicate that you currently have $[booking:payment-required] outstanding to finalise your registration.\n" .
|
||||
"Please visit [booking:balance-payment-link] in order to make your final payment.\n" .
|
||||
"Love in Jesus,\n[booking:eventname] Registrations Team\n" .
|
||||
"________________________________________________________\n";
|
||||
$booking_email_waitinglistpromotion = "Dear [booking:fname],\n" .
|
||||
"We have some great news for you. A place at [booking:eventname] for you has just become available. " .
|
||||
"If you wish to secure your place at [booking:eventname], please visit [booking:balance-payment-link] to make your final payment. " .
|
||||
"Our records indicate that you currently have $[booking:paypal-total-amount] outstanding (including Paypal transaction fees).\n" .
|
||||
"Once we have received your payment, you will be sent an automatic confirmation email thanking you for paying your outstanding fees. " .
|
||||
"If you are paying via Paypal's eCheque feature, please be aware that payments take 3-5 working days to clear, " .
|
||||
"and you will not receive the confirmation email until that has occurred.\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.";
|
||||
$booking_email_notcoming_demotion = "";
|
||||
$booking_email_paymentoutstanding_married_text = "";
|
||||
|
||||
//include the token definitions
|
||||
$form['tokens'] = array(
|
||||
|
Reference in New Issue
Block a user