Merge pull request #15431 from ejegg/templateContrib
[civicrm-core.git] / xml / templates / message_templates / membership_online_receipt_text.tpl
1 {assign var="greeting" value="{contact.email_greeting}"}{if $greeting}{$greeting},{/if}
2 {if $receipt_text}
3 {$receipt_text}
4 {/if}
5 {if $is_pay_later}
6
7 ===========================================================
8 {$pay_later_receipt}
9 ===========================================================
10 {/if}
11
12 {if $membership_assign && !$useForMember}
13 ===========================================================
14 {ts}Membership Information{/ts}
15
16 ===========================================================
17 {ts}Membership Type{/ts}: {$membership_name}
18 {if $mem_start_date}{ts}Membership Start Date{/ts}: {$mem_start_date|crmDate}
19 {/if}
20 {if $mem_end_date}{ts}Membership End Date{/ts}: {$mem_end_date|crmDate}
21 {/if}
22
23 {/if}
24 {if $amount}
25 ===========================================================
26 {ts}Membership Fee{/ts}
27
28 ===========================================================
29 {if !$useForMember && $membership_amount && $is_quick_config}
30 {ts 1=$membership_name}%1 Membership{/ts}: {$membership_amount|crmMoney}
31 {if $amount && !$is_separate_payment }
32 {ts}Contribution Amount{/ts}: {$amount|crmMoney}
33 -------------------------------------------
34 {ts}Total{/ts}: {$amount+$membership_amount|crmMoney}
35 {/if}
36 {elseif !$useForMember && $lineItem and $priceSetID & !$is_quick_config}
37 {foreach from=$lineItem item=value key=priceset}
38 ---------------------------------------------------------
39 {capture assign=ts_item}{ts}Item{/ts}{/capture}
40 {capture assign=ts_qty}{ts}Qty{/ts}{/capture}
41 {capture assign=ts_each}{ts}Each{/ts}{/capture}
42 {capture assign=ts_total}{ts}Total{/ts}{/capture}
43 {$ts_item|string_format:"%-30s"} {$ts_qty|string_format:"%5s"} {$ts_each|string_format:"%10s"} {$ts_total|string_format:"%10s"}
44 ----------------------------------------------------------
45 {foreach from=$value item=line}
46 {$line.description|truncate:30:"..."|string_format:"%-30s"} {$line.qty|string_format:"%5s"} {$line.unit_price|crmMoney|string_format:"%10s"} {$line.line_total|crmMoney|string_format:"%10s"}
47 {/foreach}
48 {/foreach}
49
50 {ts}Total Amount{/ts}: {$amount|crmMoney}
51 {else}
52 {if $useForMember && $lineItem && !$is_quick_config}
53 {foreach from=$lineItem item=value key=priceset}
54 {capture assign=ts_item}{ts}Item{/ts}{/capture}
55 {capture assign=ts_total}{ts}Fee{/ts}{/capture}
56 {if $dataArray}
57 {capture assign=ts_subtotal}{ts}Subtotal{/ts}{/capture}
58 {capture assign=ts_taxRate}{ts}Tax Rate{/ts}{/capture}
59 {capture assign=ts_taxAmount}{ts}Tax Amount{/ts}{/capture}
60 {capture assign=ts_total}{ts}Total{/ts}{/capture}
61 {/if}
62 {capture assign=ts_start_date}{ts}Membership Start Date{/ts}{/capture}
63 {capture assign=ts_end_date}{ts}Membership End Date{/ts}{/capture}
64 {$ts_item|string_format:"%-30s"} {$ts_total|string_format:"%10s"} {if $dataArray} {$ts_subtotal|string_format:"%10s"} {$ts_taxRate|string_format:"%10s"} {$ts_taxAmount|string_format:"%10s"} {$ts_total|string_format:"%10s"} {/if} {$ts_start_date|string_format:"%20s"} {$ts_end_date|string_format:"%20s"}
65 --------------------------------------------------------------------------------------------------
66
67 {foreach from=$value item=line}
68 {capture assign=ts_item}{if $line.html_type eq 'Text'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description} {$line.description}{/if}{/capture}{$ts_item|truncate:30:"..."|string_format:"%-30s"} {$line.line_total|crmMoney|string_format:"%10s"} {if $dataArray} {$line.unit_price*$line.qty|crmMoney:$currency|string_format:"%10s"} {if $line.tax_rate != "" || $line.tax_amount != ""} {$line.tax_rate|string_format:"%.2f"} % {$line.tax_amount|crmMoney:$currency|string_format:"%10s"} {else} {/if} {$line.line_total+$line.tax_amount|crmMoney|string_format:"%10s"} {/if} {$line.start_date|string_format:"%20s"} {$line.end_date|string_format:"%20s"}
69 {/foreach}
70 {/foreach}
71
72 {if $dataArray}
73 {ts}Amount before Tax{/ts}: {$amount-$totalTaxAmount|crmMoney:$currency}
74
75 {foreach from=$dataArray item=value key=priceset}
76 {if $priceset || $priceset == 0}
77 {$taxTerm} {$priceset|string_format:"%.2f"}%: {$value|crmMoney:$currency}
78 {else}
79 {ts}No{/ts} {$taxTerm}: {$value|crmMoney:$currency}
80 {/if}
81 {/foreach}
82 {/if}
83 --------------------------------------------------------------------------------------------------
84 {/if}
85
86 {if $totalTaxAmount}
87 {ts}Total Tax Amount{/ts}: {$totalTaxAmount|crmMoney:$currency}
88 {/if}
89
90 {ts}Amount{/ts}: {$amount|crmMoney} {if $amount_level } - {$amount_level} {/if}
91 {/if}
92 {elseif $membership_amount}
93 ===========================================================
94 {ts}Membership Fee{/ts}
95
96 ===========================================================
97 {ts 1=$membership_name}%1 Membership{/ts}: {$membership_amount|crmMoney}
98 {/if}
99
100 {if $receive_date}
101
102 {ts}Date{/ts}: {$receive_date|crmDate}
103 {/if}
104 {if $is_monetary and $trxn_id}
105 {ts}Transaction #{/ts}: {$trxn_id}
106
107 {/if}
108 {if $membership_trx_id}
109 {ts}Membership Transaction #{/ts}: {$membership_trx_id}
110
111 {/if}
112 {if $is_recur}
113 {ts}This membership will be renewed automatically.{/ts}
114 {if $cancelSubscriptionUrl}
115
116 {ts 1=$cancelSubscriptionUrl}You can cancel the auto-renewal option by visiting this web page: %1.{/ts}
117
118 {/if}
119
120 {if $updateSubscriptionBillingUrl}
121
122 {ts 1=$updateSubscriptionBillingUrl}You can update billing details for this automatically renewed membership by <a href="%1">visiting this web page</a>.{/ts}
123 {/if}
124 {/if}
125
126 {if $honor_block_is_active }
127 ===========================================================
128 {$soft_credit_type}
129 ===========================================================
130 {foreach from=$honoreeProfile item=value key=label}
131 {$label}: {$value}
132 {/foreach}
133
134 {/if}
135 {if $pcpBlock}
136 ===========================================================
137 {ts}Personal Campaign Page{/ts}
138
139 ===========================================================
140 {ts}Display In Honor Roll{/ts}: {if $pcp_display_in_roll}{ts}Yes{/ts}{else}{ts}No{/ts}{/if}
141
142 {if $pcp_roll_nickname}{ts}Nickname{/ts}: {$pcp_roll_nickname}{/if}
143
144 {if $pcp_personal_note}{ts}Personal Note{/ts}: {$pcp_personal_note}{/if}
145
146 {/if}
147 {if $onBehalfProfile}
148 ===========================================================
149 {ts}On Behalf Of{/ts}
150
151 ===========================================================
152 {foreach from=$onBehalfProfile item=onBehalfValue key=onBehalfName}
153 {$onBehalfName}: {$onBehalfValue}
154 {/foreach}
155 {/if}
156
157 {if !( $contributeMode eq 'notify' OR $contributeMode eq 'directIPN' ) and $is_monetary}
158 {if $is_pay_later}
159 ===========================================================
160 {ts}Registered Email{/ts}
161
162 ===========================================================
163 {$email}
164 {elseif $amount GT 0 OR $membership_amount GT 0 }
165 ===========================================================
166 {ts}Billing Name and Address{/ts}
167
168 ===========================================================
169 {$billingName}
170 {$address}
171
172 {$email}
173 {/if} {* End ! is_pay_later condition. *}
174 {/if}
175 {if $contributeMode eq 'direct' AND !$is_pay_later AND ( $amount GT 0 OR $membership_amount GT 0 ) }
176
177 ===========================================================
178 {ts}Credit Card Information{/ts}
179
180 ===========================================================
181 {$credit_card_type}
182 {$credit_card_number}
183 {ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:''|crmDate}
184 {/if}
185
186 {if $selectPremium }
187 ===========================================================
188 {ts}Premium Information{/ts}
189
190 ===========================================================
191 {$product_name}
192 {if $option}
193 {ts}Option{/ts}: {$option}
194 {/if}
195 {if $sku}
196 {ts}SKU{/ts}: {$sku}
197 {/if}
198 {if $start_date}
199 {ts}Start Date{/ts}: {$start_date|crmDate}
200 {/if}
201 {if $end_date}
202 {ts}End Date{/ts}: {$end_date|crmDate}
203 {/if}
204 {if $contact_email OR $contact_phone}
205
206 {ts}For information about this premium, contact:{/ts}
207
208 {if $contact_email}
209 {$contact_email}
210 {/if}
211 {if $contact_phone}
212 {$contact_phone}
213 {/if}
214 {/if}
215 {if $is_deductible AND $price}
216
217 {ts 1=$price|crmMoney}The value of this premium is %1. This may affect the amount of the tax deduction you can claim. Consult your tax advisor for more information.{/ts}{/if}
218 {/if}
219
220 {if $customPre}
221 ===========================================================
222 {$customPre_grouptitle}
223
224 ===========================================================
225 {foreach from=$customPre item=customValue key=customName}
226 {if ( $trackingFields and ! in_array( $customName, $trackingFields ) ) or ! $trackingFields}
227 {$customName}: {$customValue}
228 {/if}
229 {/foreach}
230 {/if}
231
232
233 {if $customPost}
234 ===========================================================
235 {$customPost_grouptitle}
236
237 ===========================================================
238 {foreach from=$customPost item=customValue key=customName}
239 {if ( $trackingFields and ! in_array( $customName, $trackingFields ) ) or ! $trackingFields}
240 {$customName}: {$customValue}
241 {/if}
242 {/foreach}
243 {/if}