{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.
#_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"} |
#_TPL_POWEREDBY||#
{include file="footer.html"}