From 6ff09ca1e3490f76bd2bd128aca45cb59f430319 Mon Sep 17 00:00:00 2001 From: Matthew Wire Date: Tue, 9 May 2023 13:48:40 +0100 Subject: [PATCH] Simplify messaging for event confirm page --- .../CRM/Event/Form/Registration/Confirm.tpl | 36 +++++++------------ 1 file changed, 13 insertions(+), 23 deletions(-) diff --git a/templates/CRM/Event/Form/Registration/Confirm.tpl b/templates/CRM/Event/Form/Registration/Confirm.tpl index b8ea511f31..07987cb835 100644 --- a/templates/CRM/Event/Form/Registration/Confirm.tpl +++ b/templates/CRM/Event/Form/Registration/Confirm.tpl @@ -14,27 +14,25 @@ {include file="CRM/common/TrackingFields.tpl"}
+

{if $isOnWaitlist} -

- {ts}Please verify the information below. Then click 'Register' to be added to the WAIT LIST for this event. If space becomes available you will receive an email with a link to a web page where you can complete your registration.{/ts} -
+ {ts}Please verify your information.{/ts} {ts}If space becomes available you will receive an email with a link to complete your registration.{/ts} + {ts 1=$form.buttons._qf_Confirm_next.html|strip_tags}Click %1 to be added to the WAIT LIST for this event.{/ts} {elseif $isRequireApproval} -
- {ts}Please verify the information below. Then click 'Register' to submit your registration. Once approved, you will receive an email with a link to a web page where you can complete the registration process.{/ts} -
+ {ts}Please verify your information.{/ts} {ts}Once approved, you will receive an email with a link to complete the registration process.{/ts} + {ts 1=$form.buttons._qf_Confirm_next.html|strip_tags}Click %1 to submit your registration for approval.{/ts} {else} -
- {ts}Please verify the information below. Click the Go Back button below if you need to make changes.{/ts} - {if $contributeMode EQ 'notify' and !$is_pay_later and ! $isAmountzero } - {ts 1=$paymentProcessor.name}Click the Register button to checkout to %1, where you will select your payment method and complete the registration.{/ts} + {ts}Please verify your information.{/ts} + {if $contributeMode EQ 'notify' and !$is_pay_later and !$isAmountzero} + {ts 1=$form.buttons._qf_Confirm_next.html|strip_tags 2=$paymentProcessor.frontend_title}Click %1 to checkout with %2.{/ts} {else} - {ts}Otherwise, click the Register button below to complete your registration.{/ts} - {/if} -
- {if $is_pay_later and !$isAmountzero} -
{$pay_later_receipt}
+ {ts 1=$form.buttons._qf_Confirm_next.html|strip_tags}Click %1 to complete your registration.{/ts} {/if} {/if} +

+ {if $is_pay_later and !$isAmountzero and !$isOnWaitlist and !$isRequireApproval} +
{$pay_later_receipt}
+ {/if}
{include file="CRM/common/formButtons.tpl" location="top"} @@ -183,14 +181,6 @@
- {if $contributeMode NEQ 'notify'} {* In 'notify mode, contributor is taken to processor payment forms next *} -
-

- {ts}Your registration will not be submitted until you click the Register button. Please click the button one time only. If you need to change any details, click the Go Back button below to return to the previous screen.{/ts} -

-
- {/if} -
{include file="CRM/common/formButtons.tpl" location="bottom"}
-- 2.25.1