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: make_payment -->
Make a payment.
<!-- END: make_payment -->
<!-- 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 -->
|