This template is used to display a confirmation of the users order.
This resource is optional
<h1>Contact information</h1> First name: {{ user.bill_fname }} <br/> Last name: {{ user.bill_lname }} <br/> <h1>Your shopping cart</h1> {% for item in cart.items %} {{ item.name }} {% endfor %}
From /templates/review_order.liquid you have access to the following variables:
Variable | Type | Description |
---|---|---|
user | Object | An object containing all user information |
cart | Object | An object containing the products in the cart |
Blog • Privacy Policy • Terms & Conditions • Copyright 2024 Ticket Rewards