{** * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. *} {extends file='customer/page.tpl'} {$componentName = 'account-menu'} {block name='page_title'} {l s='Welcome' d='Shop.Theme.Customeraccount'} {$customer.firstname} {$customer.lastname} {/block} {block name='page_content'}
{block name='display_customer_account_top'} {hook h='displayCustomerAccountTop'} {/block} {l s='Information' d='Shop.Theme.Customeraccount'} {if $customer.addresses|count} {l s='Addresses' d='Shop.Theme.Customeraccount'} {else} {l s='Add first address' d='Shop.Theme.Customeraccount'} {/if} {if !$configuration.is_catalog} {l s='Order history and details' d='Shop.Theme.Customeraccount'} {/if} {if !$configuration.is_catalog} {l s='Credit slips' d='Shop.Theme.Customeraccount'} {/if} {if $configuration.voucher_enabled && !$configuration.is_catalog} {l s='Vouchers' d='Shop.Theme.Customeraccount'} {/if} {if $configuration.return_enabled && !$configuration.is_catalog} {l s='Merchandise returns' d='Shop.Theme.Customeraccount'} {/if} {block name='display_customer_account'} {hook h='displayCustomerAccount'} {/block} {l s='Sign out' d='Shop.Theme.Actions'}
{/block} {block name='account_link'}{/block}