• Kloudstores home
  • Free trial
  • Login

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 Kloudstores

    • Getting started
    • FAQ
  • I'm a designer

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

    • Javascript API

Documentation search

Questions • Merchant User Agreement • Terms of service • Copyright 2019 Kloudstores