{*$addresses|print_r*}

{*$msg.account.my_profile*}MY ACCOUNT

Review your current account information.To edit your addresses click on Address Book in the below navigation. To edit your email address, click on Edit Login.

Email : {$user.email|htmlspecialchars}
Edit Login

{include file="templates/pages/account/elements/element-billing-address-view.html"}
{if !empty($addresses)} {assign var="addr_num" value="0"} {foreach name=addr from=$addresses key=key item=address} {if $address.is_primary == "Yes"} {math equation="x + y" x=$addr_num y=1 assign="addr_num"}
{include file="templates/pages/account/elements/element-shipping-address-view.html"}
{/if} {/foreach} {else}
{$msg.shipping.no_addresses_yet}
{/if}
{if $user_errors}
{$msg.account.profile_update_error}
    {foreach from=$user_errors item="user_error"}
  • {$user_error}
  • {/foreach}
{/if} {if $update_msg}
{$update_msg}
{/if} {if $type == 'accountinfo'}
{*$msg.account.form_agreement*}

{$msg.account.account_information}


{$msg.account.password_no_change}
{if $cf_account} {foreach from=$cf_account item="cfield"}
{cfield field=$cfield}
{/foreach} {/if}
{button class="button-save" text=$msg.buttons.buttonSave file=$smarty.template}   {button type="reset" form="frmProfile" class="button-reset" text=$msg.buttons.buttonReset file=$smarty.template}
{/if}
{include file="templates/pages/account/elements/element-user-tools.html"}