{intl l="My Account"}
{loop type="customer" name="customer.info"}
{/loop}
{loop type="title" name="customer.title.info" id=$TITLE}{$SHORT}{/loop} {$FIRSTNAME} {$LASTNAME}
{loop type="address" name="address.default" default="true"}-
{$ADDRESS1}
{if $ADDRESS2 != ""} {$ADDRESS2}
{/if} {if $ADDRESS3 != ""} {$ADDRESS3}
{/if} {$ZIPCODE} {$CITY}, {loop type="country" name="customer.country.info" id=$COUNTRY}{$TITLE}{/loop} - {if $CELLPHONE != ""} {$CELLPHONE} {/if} {if $PHONE != ""} {$PHONE} {/if} {$EMAIL}
- Change my account informations Change my password
{intl l="Add a new address"}
{loop type="address" name="customer.addresses"}
| {$LABEL} |
|
{intl l="Edit"}
{if $DEFAULT != 1}
{intl l="Cancel"}
{/if}
|
|---|
| {intl l="Order Number"} | {intl l="Date"} | {intl l="Amount"} | {intl l="Status"} | {intl l="View"} |
|---|---|---|---|---|
| {$REF} | {format_date date=$CREATED_AT} | {loop type="currency" name="order.currency" id={$CURRENCY}}{$SYMBOL}{/loop} {format_number number=$TOTAL} | {$STATUS} | {intl l="Order details"} |
{intl l="Warning"}! {intl l="You don't have orders yet"}
{/elseloop}