Merge pull request #10782 from JMAConsulting/CRM-20947
[civicrm-core.git] / tests / templates / message_templates / contribution_online_receipt_html.tpl
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 </head>
5 <body>
6 receive_date:::{$receive_date}
7 receipt_date:::{$receipt_date}
8 receipt_text:::{$receipt_text}
9 is_pay_later:::{$is_pay_later}
10 displayName:::{$displayName}
11 financialTypeId:::{$financialTypeId}
12 financialTypeName:::{$financialTypeName}
13 contactID:::{$contactID}
14 contributionID:::{$contributionID}
15 amount:::{$amount}
16 amount_level:::{$amount_level}
17 pay_later_receipt:::{$pay_later_receipt}
18 headerStyle:::{$headerStyle}
19 valueStyle:::{$valueStyle}
20 labelStyle:::{$labelStyle}
21 priceSetID:::{$priceSetID}
22 currency:::{$currency}
23 is_quick_config:::{$is_quick_config}
24 getTaxDetails:::{$getTaxDetails}
25 totalTaxAmount:::{$totalTaxAmount}
26 is_monetary:::{$is_monetary}
27 isShare:::{$isShare}
28 honor_block_is_active:::{$honor_block_is_active}
29 soft_credit_type:::{$soft_credit_type}
30 is_recur:::{$is_recur}
31 contributeMode:::{$contributeMode}
32 trxn_id:::{$trxn_id}
33 cancelSubscriptionUrl:::{$cancelSubscriptionUrl}
34 updateSubscriptionBillingUrl:::{$updateSubscriptionBillingUrl}
35 updateSubscriptionUrl:::{$updateSubscriptionUrl}
36 priceset:::{$priceset}
37 taxTerm:::{$taxTerm}
38 pcpBlock:::{$pcpBlock}
39 pcp_display_in_roll:::{$pcp_display_in_roll}
40 pcp_roll_nickname:::{$pcp_roll_nickname}
41 pcp_personal_note:::{$pcp_personal_note}
42 onBehalfProfile_grouptitle:::{$onBehalfProfile_grouptitle}
43 email:::{$email}
44 contributionPageId:::{$contributionPageId}
45 title:::{$title}
46 isBillingAddressRequiredForPayLater:::{$isBillingAddressRequiredForPayLater}
47 billingName:::{$billingName}
48 address:::{$address}
49 credit_card_type:::{$credit_card_type}
50 credit_card_number:::{$credit_card_number}
51 credit_card_exp_date:::{$credit_card_exp_date}
52 selectPremium:::{$selectPremium}
53 product_name:::{$product_name}
54 option:::{$option}
55 sku:::{$sku}
56 start_date:::{$start_date}
57 end_date:::{$end_date}
58 is_deductible:::{$is_deductible}
59 contact_email:::{$contact_email}
60 contact_phone:::{$contact_phone}
61 price:::{$price}
62 customPre_grouptitle:::{$customPre_grouptitle}
63 customPost_grouptitle:::{$customPost_grouptitle}
64 {foreach from=$lineItem item=value key=priceset}
65 {foreach from=$value item=line}
66 line.html_type:::{$line.html_type}
67 line.label:::{$line.label}
68 line.field_title:::{$line.field_title}
69 line.description:::{$line.description}
70 line.qty:::{$line.qty}
71 line.unit_price:::{$line.unit_price}
72 line.tax_rate:::{$line.tax_rate}
73 line.tax_amount:::{$line.tax_amount}
74 line.line_total:::{$line.line_total}
75 {/foreach}
76 {/foreach}
77 {foreach from=$dataArray item=value key=priceset}
78 dataArray: priceset:::$priceset
79 dataArray: value:::$value
80 {/foreach}
81 {foreach from=$honoreeProfile item=value key=label}
82 honoreeProfile: label:::$label
83 honoreeProfile: value:::$value
84 {/foreach}
85 {foreach from=$softCreditTypes item=softCreditType key=n}
86 softCreditType:::$softCreditType
87 {foreach from=$softCredits.$n item=value key=label}
88 softCredits: label:::$label
89 softCredits: value:::$value
90 {/foreach}
91 {/foreach}
92 {foreach from=$onBehalfProfile item=onBehalfValue key=onBehalfName}
93 onBehalfName:::$onBehalfName
94 onBehalfValue:::$onBehalfValue
95 {/foreach}
96 {foreach from=$customPre item=customValue key=customName}
97 customPre: customName:::$customName
98 customPre: customValue:::$customValue
99 {/foreach}
100 {foreach from=$customPost item=customValue key=customName}
101 customPost: customName:::$customName
102 customPost: customValue:::$customValue
103 {/foreach}
104 {foreach from=$trackingFields item=trackingValue key=trackingName}
105 trackingName:::$trackingName
106 trackingValue:::$trackingValue
107 {/foreach}
108
109 </body>
110 </html>