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

            <!-- BEGIN: make_payment -->
                      Make a payment.
            <!-- END: make_payment -->

            <!-- BEGIN: courier_tracking -->
                      Courier tracking.
            <!-- END: courier_tracking -->

        <!-- END: repeat_orders -->

        <!-- BEGIN: repeat_status -->
                  Order status repeated.
        <!-- END: repeat_status -->

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