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

Google Translate:

viewOrders.tpl

Description

Customer order history, as accessible from their account.

Selecting one of the orders takes the customer to the order details page.

Template file location

/skins/YOUR_SKIN/styleTemplates/content/viewOrders.tpl

Control file location

/includes/content/viewOrders.inc.php

Classic skin template output screenshot


Basic template structure

<!-- BEGIN: view_orders -->

<!-- BEGIN: session_true -->

    <!-- BEGIN: orders_true -->
              Order table titles.
        <!-- BEGIN: repeat_orders -->
                  Orders repeated.
        <!-- END: repeat_orders -->
    <!-- END: orders_true -->

    <!-- BEGIN: orders_false -->
              No orders exist.
    <!-- END: orders_false -->

<!-- END: session_true -->

<!-- BEGIN: session_false -->
          Customer is not logged in.
<!-- END: session_false -->

<!-- END: view_orders -->




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