CubeCartForums.org Documentation Area

CubeCartForums.org for CubeCart third-party documentation, modifications, skins and services
Permanent Link   Print This Page
Introduction CubeCart v3 CubeCart v4 Appendix Search

CubeCart Version 4 Documentation - account.tpl

Google Translate:

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 -->




Comments, Feedback, Suggestions and Documentation Submissions please post in the Documentation Chat Forum.