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

Google Translate:

viewOrder.tpl

Description

Customer order details, as accessible from the customer order history.

Template file location

/skins/YOUR_SKIN/styleTemplates/content/viewOrder.tpl

Control file location

/includes/content/viewOrder.inc.php

Classic skin template output screenshot


Basic template structure

<!-- BEGIN: view_order -->

<!-- BEGIN: session_true -->

    <!-- BEGIN: order_true -->

        <!-- BEGIN: repeat_products -->

            <!-- BEGIN: digital_link -->
                      Download link for digital products.
            <!-- END: digital_link -->
        <!-- END: repeat_products -->
    <!-- END: order_true -->

    <!-- BEGIN: order_false -->
              If the order does not exist.
    <!-- END: order_false -->

<!-- END: session_true -->

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

<!-- END: view_order -->




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