account.tpl
Description
The customer account main menu for accessing their profile information, order history, changing password and newsletter settings.
The account option links shown on this template go to the following templates:
Template file location
/skins/YOUR_SKIN/styleTemplates/content/account.tpl
Control file location
/includes/content/account.inc.php
Classic skin template output screenshot

Basic template structure
<!-- BEGIN: account -->
<!-- BEGIN: session_true -->
If the customer is logged in, the account information displays.
<!-- END: session_true -->
<!-- BEGIN: session_false -->
If customer not logged in, this displays.
<!-- END: session_false -->
<!-- END: account -->
|