Dear {$contactDisplayName} {if $paymentConfig.confirm_email_text} {$paymentConfig.confirm_email_text} {elseif $isRefund} {ts}A refund has been issued based on changes in your registration selections.{/ts} {else} {ts}A payment has been received.{/ts} {/if} {ts}Please print this confirmation for your records.{/ts} {if $isRefund} =============================================================================== {ts}Refund Details{/ts} =============================================================================== {ts}Total Fees{/ts}: {$totalAmount|crmMoney} {ts}You Paid{/ts}: {$totalPaid|crmMoney} ------------------------------------------------------------------------------------ {ts}Refund Amount{/ts}: {$refundAmount|crmMoney} {else} =============================================================================== {ts}Payment Details{/ts} =============================================================================== {ts}Total Fees{/ts}: {$totalAmount|crmMoney} {ts}This Payment Amount{/ts}: {$paymentAmount|crmMoney} ------------------------------------------------------------------------------------ {ts}Balance Owed{/ts}: {$amountOwed|crmMoney} {* This will be zero after final payment. *} {if $paymentsComplete} {ts}Thank-you. This completes your payment for {/ts}{if $component eq 'event'}{$event.event_title}{/if}. {/if} {/if} {if $receive_date} {ts}Transaction Date{/ts}: {$receive_date|crmDate} {/if} {if $trxn_id} {ts}Transaction #{/ts}: {$trxn_id} {/if} {if $paidBy} {ts}Paid By{/ts}: {$paidBy} {/if} {if $checkNumber} {ts}Check Number{/ts}: {$checkNumber} {/if} {if $contributeMode eq 'direct' and !$isAmountzero} =============================================================================== {ts}Billing Name and Address{/ts} =============================================================================== {$billingName} {$address} {/if} {if $contributeMode eq 'direct' and !$isAmountzero} =========================================================== {ts}Credit Card Information{/ts} =============================================================================== {$credit_card_type} {$credit_card_number} {ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:''|crmDate} {/if} {if $component eq 'event'} =============================================================================== {ts}Event Information and Location{/ts} =============================================================================== {$event.event_title} {$event.event_start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|date_format:"%Y%m%d" == $event.event_start_date|date_format:"%Y%m%d"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate}{/if}{/if} {if $event.participant_role neq 'Attendee' and $defaultRole} {ts}Participant Role{/ts}: {$event.participant_role} {/if} {if $isShowLocation} {$location.address.1.display|strip_tags:false} {/if}{*End of isShowLocation condition*} {if $location.phone.1.phone || $location.email.1.email} {ts}Event Contacts:{/ts} {foreach from=$location.phone item=phone} {if $phone.phone} {if $phone.phone_type}{$phone.phone_type_display}{else}{ts}Phone{/ts}{/if}: {$phone.phone}{/if} {if $phone.phone_ext} {ts}ext.{/ts} {$phone.phone_ext}{/if} {/foreach} {foreach from=$location.email item=eventEmail} {if $eventEmail.email} {ts}Email{/ts}: {$eventEmail.email}{/if}{/foreach} {/if} {/if}