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 3 Documentation - session.tpl

Google Translate:

session.tpl

Description

The session template shows two states, and reacts to whether the customer is logged in or not as the screenshots show.

Template file location

/skins/YOUR_SKIN/styleTemplates/boxes/session.tpl

Control file location

/includes/boxes/session.inc.php

Classic skin template output screenshot

If the customer is not logged in:


If the customer is logged in:

Basic template structure

<!-- BEGIN: session -->

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

<!-- END: session -->




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