{assign var=title value=$smarty.const._PLUG_PAY_PAYPALPRO_HTML_TITLE} {include file="header.html"}
{$title}

{foreach from=$products item=p} {/foreach} {if $payment.data.COUPON_DISCOUNT ne "" } {/if} {if $payment.tax_amount ne ""} {/if}
#_PLUG_PAY_PAYPALPRO_HTML_SPTITLE# #_PLUG_PAY_PAYPALPRO_HTML_PRICE#
{$p.title} {$config.currency|default:"$"}{$p.price}
#_PLUG_PAY_PAYPALPRO_HTML_SUBTOTAL# {$config.currency|default:"$"}{$subtotal|string_format:"%.2f"}
#_PLUG_PAY_PAYPALPRO_HTML_CPDSC# {$config.currency|default:"$"}{$payment.data.COUPON_DISCOUNT|string_format:"%.2f"}
#_PLUG_PAY_PAYPALPRO_HTML_TAXAM# {$config.currency|default:"$"}{$payment.tax_amount|string_format:"%.2f"}
#_PLUG_PAY_PAYPALPRO_HTML_TOTAL# {$config.currency|default:"$"}{$total}


{include file="footer.html"}