This page displays the success message once an order has been placed
order
The order reference contains the order link and reference id. These can be accessed directly from the order reference.
Term | Data Type | Typical Output | Description |
---|---|---|---|
order.id | int | 6 | The order id for the recently placed order |
order.link | varchar | myorders.php?action=detail… | The link to the new order |
order.summary.totals.total | varchar | 25.00 | Formatted total without currency code / prefix |
order.summary.totals.tax | varchar | 5.00 |
Tax amount without currency / prefix |
order.summary.totals.delivery | varchar | 10.00 | Delivery amount without currency / prefix |
order.summary.products | array | Array of products, including id, code, name, final_price & qty |
Usage
<div class="leftPanel"> <p>Thankyou, your order has been successfully placed and is currently now queued for processing. Your order reference number is: {{ order.id }}. You can track the progress of your order by visiting your account and visiting the {{ order.link }} section.<br /><br /> Please make sure you check the progress of your order, as sometimes we may need to ask a question about your order or payment method for security purposes. We post comments both in your account and via email, however please be sure to check your account incase an email fails to reach you.</p> </div>
Comments
0 comments
Please sign in to leave a comment.