Merge pull request #10956 from civicrm/4.7.24-rc
[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 contributionStatus:::{$contributionStatus}
65 {foreach from=$lineItem item=value key=priceset}
66 {foreach from=$value item=line}
67 line.html_type:::{$line.html_type}
68 line.label:::{$line.label}
69 line.field_title:::{$line.field_title}
70 line.description:::{$line.description}
71 line.qty:::{$line.qty}
72 line.unit_price:::{$line.unit_price}
73 line.tax_rate:::{$line.tax_rate}
74 line.tax_amount:::{$line.tax_amount}
75 line.line_total:::{$line.line_total}
76 {/foreach}
77 {/foreach}
78 {foreach from=$dataArray item=value key=priceset}
79 dataArray: priceset:::$priceset
80 dataArray: value:::$value
81 {/foreach}
82 {foreach from=$honoreeProfile item=value key=label}
83 honoreeProfile: label:::$label
84 honoreeProfile: value:::$value
85 {/foreach}
86 {foreach from=$softCreditTypes item=softCreditType key=n}
87 softCreditType:::$softCreditType
88 {foreach from=$softCredits.$n item=value key=label}
89 softCredits: label:::$label
90 softCredits: value:::$value
91 {/foreach}
92 {/foreach}
93 {foreach from=$onBehalfProfile item=onBehalfValue key=onBehalfName}
94 onBehalfName:::$onBehalfName
95 onBehalfValue:::$onBehalfValue
96 {/foreach}
97 {foreach from=$customPre item=customValue key=customName}
98 customPre: customName:::$customName
99 customPre: customValue:::$customValue
100 {/foreach}
101 {foreach from=$customPost item=customValue key=customName}
102 customPost: customName:::$customName
103 customPost: customValue:::$customValue
104 {/foreach}
105 {foreach from=$trackingFields item=trackingValue key=trackingName}
106 trackingName:::$trackingName
107 trackingValue:::$trackingValue
108 {/foreach}
109
110 </body>
111 </html>