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 3 Documentation - confirmed.tpl

Google Translate:

confirmed.tpl

Description

This template is viewed after the transaction has completed. It displays the order success or failure messages.

Template file location

/skins/YOUR_SKIN/styleTemplates/content/confirmed.tpl

Control file location

/includes/content/confirmed.inc.php

Basic template structure

<!-- BEGIN: confirmation -->

<!-- BEGIN: session_true -->

     <!-- BEGIN: order_success -->
          The order was successful.
         <!-- BEGIN: aff_track -->
              Affiliate tracking details.
         <!-- END: aff_track -->
     <!-- END: order_success -->

     <!-- BEGIN: order_failed -->
          Order failed.
     <!-- END: order_failed -->

<!-- END: session_true -->

<!-- BEGIN: session_false -->
      Page view not valid.
<!-- END: session_false -->

<!-- END: confirmation -->




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