profile.tpl
Description
Customer account profile information. The customer can update the information they entered when registering at the store.
Template file location
/skins/YOUR_SKIN/styleTemplates/content/profile.tpl
Control file location
/includes/content/profile.inc.php
Classic skin template output screenshot

Basic template structure
<!-- BEGIN: profile -->
<!-- BEGIN: session_true -->
If customer is logged in.
<!-- BEGIN: no_error -->
Successful profile update.
<!-- END: no_error -->
<!-- BEGIN: error -->
Error in form details entered.
<!-- END: error -->
<!-- BEGIN: county_opts -->
County/State selection dropdown menu.
<!-- END: county_opts -->
<!-- BEGIN: country_opts -->
Country selection dropdown menu.
<!-- END: country_opts -->
<!-- END: session_true -->
<!-- BEGIN: session_false -->
If customer not logged in.
<!-- END: session_false -->
<!-- END: profile -->
|