{* +--------------------------------------------------------------------+ | Copyright CiviCRM LLC. All rights reserved. | | | | This work is published under the GNU AGPLv3 license with some | | permitted exceptions and without any warranty. For full license | | and copyright information, see https://civicrm.org/licensing | +--------------------------------------------------------------------+ *} {* Displays contribution/event fees when price set is used. *} {foreach from=$lineItem item=value key=priceset} {if $value neq 'skip'} {if $lineItem|@count GT 1} {* Header for multi participant registration cases. *} {if $priceset GT 0}
{/if} {ts}Participant {$priceset+1}{/ts} {$part.$priceset.info} {/if} {if $context EQ "Membership"} {else} {if $context EQ "Contribution" && $action eq 2} {/if} {/if} {if $pricesetFieldsCount} {/if} {foreach from=$value item=line} {if $context NEQ "Membership"} {/if} {if $pricesetFieldsCount} {/if} {if $context EQ "Contribution" && $action eq 2} {/if} {/foreach} {if $context EQ "Contribution" && $action eq 2} {/if}
{ts}Item{/ts}{ts}Fee{/ts}{ts}Qty{/ts} {ts}Unit Price{/ts} {ts}Total Price{/ts}{ts}Paid{/ts} {ts}Owing{/ts} {ts}Amount of
Current Payment {/ts}
{ts}Total Participants{/ts}
{if $line.field_title && $line.html_type neq 'Text'}{$line.field_title} – {$line.label}{else}{$line.label}{/if} {if $line.description}
{$line.description}
{/if}
{$line.qty} {$line.unit_price|crmMoney}{$line.line_total|crmMoney}{$line.participant_count}{$pricefildTotal.LineItems[$line.price_field_value_id]|crmMoney} {assign var="fildTotal" value=$line.line_total-$pricefildTotal[$pricefildTotal.id][$line.price_field_value_id]} {$fildTotal|crmMoney} $ 
{ts}Contribution Total{/ts}: {$totalAmount|crmMoney} {$pricefildTotal.total|crmMoney} {assign var="total" value= $totalAmount-$pricefildTotal.total}{$total|crmMoney}
{literal} {/literal}
Unallocated Amount
{$total|crmMoney}
{/if} {/foreach}
{if $context EQ "Contribution"} {ts}Contribution Total{/ts}: {elseif $context EQ "Event"} {ts}Event Total{/ts}: {elseif $context EQ "Membership"} {ts}Membership Fee Total{/ts}: {else} {ts}Total Amount{/ts}: {/if} {$totalAmount|crmMoney}
{if $pricesetFieldsCount} {ts}Total Participants{/ts}: {foreach from=$lineItem item=pcount} {if $pcount neq 'skip'} {assign var="lineItemCount" value=0} {foreach from=$pcount item=p_count} {assign var="lineItemCount" value=$lineItemCount+$p_count.participant_count} {/foreach} {if $lineItemCount < 1 } {assign var="lineItemCount" value=1} {/if} {assign var="totalcount" value=$totalcount+$lineItemCount} {/if} {/foreach} {$totalcount} {/if}
{if $hookDiscount.message}
({$hookDiscount.message})
{/if}