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 - 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: order_success -->
          The order was successful.
<!-- END: order_success -->

<!-- BEGIN: order_processing -->
          Order processing.
<!-- END: order_processing -->

<!-- BEGIN: order_failed -->
          If the order fails.
<!-- END: order_failed -->

<!-- END: confirmation -->




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