{* customer's account *} {include file="header.tpl.html" header=$smarty.const.STRING_ACC_USER}
{$smarty.const.STRING_CONTACT_INFORMATION_DOWN_CASE}  |  {$smarty.const.STRING_ADDRESS_BOOK}  |  {$smarty.const.STRING_ORDER_HISTORY}  |  {$smarty.const.STRING_VISIT_HISTORY}{if $smarty.const.CONF_AFFILIATE_PROGRAM_ENABLED}  |  {$smarty.const.STRING_AFFILIATE_PROGRAM}{/if}
{include file="header.tpl.html" header=$smarty.const.STRING_CONTACT_INFORMATION_DOWN_CASE}
{section name=i loop=$additional_field_values} {/section} {if $custgroup_name} {if $discount} {/if} {if $min_discount} {/if} {/if}
{$smarty.const.CUSTOMER_FIRST_NAME}:  {$first_name}
{$smarty.const.CUSTOMER_LAST_NAME}:  {$last_name}
{$smarty.const.CUSTOMER_EMAIL}:  {$Email}
{$smarty.const.CUSTOMER_LOGIN}:  {$login}
{$additional_field_values[i].reg_field_name}:  {$additional_field_values[i].reg_field_value}
{$smarty.const.STRING_DISCOUNT}:  {$discount}%
{$smarty.const.STRING_MIN_DISCOUNT}:  {$min_discount}%
{include file="header.tpl.html" header=$smarty.const.STRING_ADDRESS_BOOK}
{if $addressStr}{$smarty.const.STRING_DEFAULT_ADDRESS}:

{$addressStr}{/if}
{$smarty.const.EDIT_BUTTON}
{$smarty.const.STRING_ADDRESSES}
{include file="header.tpl.html" header=$smarty.const.STRING_ORDER_HISTORY}
{section name=i loop=$status_distribution} {/section}
{if $status_distribution[i].count != 0} {$status_distribution[i].count} {$smarty.const.STRING_COUNT_ORDER_IN_STATUS} '{$status_distribution[i].status_name}' {/if}
{include file="header.tpl.html" header=$smarty.const.STRING_VISIT_LOG}
{$visits_count} {$smarty.const.STRING_RECORDS}
{$smarty.const.STRING_SHOPPING_HISTORY}
{$smarty.const.STRING_VISIT_LOG}
{if $CONF_AFFILIATE_PROGRAM_ENABLED}
{include file="header.tpl.html" header=$smarty.const.STRING_AFFILIATE_PROGRAM}
{if $affiliate_customers}{$smarty.const.STRING_AFFILIATE_CUSTOMERS}: {$affiliate_customers} {else}{$smarty.const.STRING_AFFILIATE_NO_CUSTOMERS}{/if}
{$smarty.const.STRING_AFFILIATE_PROGRAM}
{/if}