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

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