order_verify
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:
└── theme
├── layout
├── templates
| ├── order_verify.liquid
| ...
...
Content
You can include the following in your section inside of the template:
- The order_shipping_phone
- The order_shipping_email
- The ip_address object
- The phone_area
Updated over 1 year ago