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

Google Translate:

step1.tpl

Description

Step 1 of the checkout process. Displays if the customer is not logged in, and continues on from the cart page.

Template file location

/skins/YOUR_SKIN/styleTemplates/content/step1.tpl

Control file location

/includes/content/step1.inc.php

Classic skin template output screenshot

Step 1

Basic template structure

<!-- BEGIN: session_page -->

<!-- BEGIN: cart_false -->
          The cart is empty.
<!-- END: cart_false -->
<!-- BEGIN: cart_true -->
          Customer options to continue or register.
<!-- END: cart_true -->

<!-- END: session_page -->




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