{assign var="title" value="Thank you for Signing up"} {include file="header.html"} Please wait your account activation
{if $payment.amount > "0.0"} Your payment will be verified manualy. It can take some time.


{foreach from=$products item=p} {/foreach} {if $payment.data.COUPON_DISCOUNT ne "" } {/if} {if $payment.tax_amount ne ""} {/if}
#_TPL_THX_PRDTITLE# #_TPL_THX_PRICE#
{$p.title} {$config.currency|default:"$"}{$p.price}
#_TPL_THX_SUBTOTAL# {$config.currency|default:"$"}{$subtotal|string_format:"%.2f"}
#_TPL_THX_DISCOUNT# {$config.currency|default:"$"}{$payment.data.COUPON_DISCOUNT|string_format:"%.2f"}
#_TPL_THX_TAX# {$config.currency|default:"$"}{$payment.tax_amount|string_format:"%.2f"}
#_TPL_THX_TOTAL# {$config.currency|default:"$"}{$total|string_format:"%.2f"}


{/if}{* END Of receipt display *}

#_TPL_POWEREDBY||#

{include file="footer.html"}