{include file="headerH2.tpl.html" header=$smarty.const.STRING_CONTACT_INFORMATION_DOWN_CASE}
{$smarty.const.CUSTOMER_FIRST_NAME}: |
{$first_name} |
{$smarty.const.CUSTOMER_EMAIL}: |
{$Email} |
{$smarty.const.CUSTOMER_LOGIN}: |
{$login} |
{section name=i loop=$additional_field_values}
{$additional_field_values[i].reg_field_name}: |
{$additional_field_values[i].reg_field_value} |
{/section}
{if $custgroup_name}
{if $discount}
{$smarty.const.STRING_DISCOUNT}: |
{$discount}% |
{/if}
{if $min_discount}
{$smarty.const.STRING_MIN_DISCOUNT}: |
{$min_discount}% |
{/if}
{/if}
|
|
 |
{include file="headerH2.tpl.html" header=$smarty.const.STRING_ADDRESS_BOOK}
{if $addressStr}{$smarty.const.STRING_DEFAULT_ADDRESS}:
{$addressStr}{/if} |
|