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 CubeCart v5 Appendix Search

CubeCart Version 3 Documentation - profile.tpl

Google Translate:

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




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