# order-verify

> The order-verify template of a Shoplazza Theme renders the order lookup page, where a customer finds an order by email address or phone number.

The `order-verify` template renders the order verify page, which can look up an order by email or phone.

## Location

The `order-verify` template is located in the `templates` directory of the theme:

```text title="Directory"
└── theme
    ├── layout
    ├── templates
    |   ├── order-verify.liquid
    |   ...
    ...
```

## Content

You can include the following in your section inside of the template:

* The [order\_shipping\_phone](/docs/theme/references/liquid/objects/order_shipping_phone)
* The [order\_shipping\_email](/docs/theme/references/liquid/objects/order_shipping_email)
* The [ip\_address object](/docs/theme/references/liquid/objects/ip_address)
* The [phone\_area](/docs/theme/references/liquid/objects/phone_area)
