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 - changePass.tpl

Google Translate:

changePass.tpl

Description

From the customers account, selecting to change the account password displays this page.

Template file location

/skins/YOUR_SKIN/styleTemplates/content/changePass.tpl

Control file location

/includes/content/changePass.inc.php

Classic skin template output screenshot


Basic template structure

<!-- BEGIN: change_pass -->

<!-- BEGIN: session_true -->
          If customer is logged in.
     <!-- BEGIN: no_error -->
              Password change success message.
     <!-- END: no_error -->

     <!-- BEGIN: error -->
              Error changing password.
     <!-- END: error -->

     <!-- BEGIN: form -->
              Password entry fields.
     <!-- END: form -->
<!-- END: session_true -->

<!-- BEGIN: session_false -->
          If the customer is not logged in.
<!-- END: session_false -->

<!-- END: change_pass -->




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