• Home
  • Solutions

Review Order Template

/templates/review_order.liquid

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
  • Using Ticket Rewards

    • Getting started
    • Blog
  • I'm a designer

    • Getting started
    • Templates
    • Variables
    • Filters
  • I'm a developer

    • Javascript API

Documentation search

Blog • Privacy Policy • Terms & Conditions • Copyright 2024 Ticket Rewards