{% set page_group = "admin" %} {% include 'components/head.html' %}
{% include 'components/nav-account.html' %}
{% include 'components/alerts.html' %} {# Page Header #}

{{ page.title }}

Configure mobile check-in experience for customers

{# Sidebar Navigation #} {# Main Content #}
{# General Settings #}

General Settings

When enabled, customers can scan a QR code to check in on their phones.
Display estimated wait time on the status page.
Ask customers if they have designer/high-end items.
{# Customer Fields #}

Required Customer Fields

Select which fields are required when new customers register. First Name, Last Name, and Phone are always required.

{% for field, label in availableFields %}
{% endfor %}
{# Hidden inputs to ensure core fields are always submitted #}
{# ID Types #}

Accepted ID Types

Select which identification methods customers can use to check in.

{% for idType, label in availableIdTypes %}
{% endfor %}
Phone Number Lookup: When enabled, customers can enter their phone number to look up their existing profile. No SMS verification is required.
{# Terms & Conditions #}

Terms & Conditions

Version: {{ settings.termsVersion }}

Customize the terms and conditions customers agree to before signing. Use the editor below to format your terms.

{# Rich Text Editor Container #}
Allowed formatting: Headings, bold, italic, bullet points, numbered lists, and links. Scripts and forms are automatically removed for security.
{# Designer Terms #}

Designer Item Certification

Shown when customer has designer items

This certification is shown as an additional step when a customer indicates they have designer items. Customize the content below.

{# Designer Terms Rich Text Editor #}
Allowed formatting: Headings, bold, italic, bullet points, numbered lists, and links. Scripts and forms are automatically removed for security.
{# QR Code Flyer #}

QR Code Flyer

Your Mobile Sign-In URL

This is the URL encoded in your QR code. Customers who scan the code will be directed to this page.

Download Printable Flyer

Get a branded 8.5x11" flyer with your store's QR code. Perfect for printing and displaying in your store.

Download PDF Flyer
Preview
QR Code Preview

Scan to test

{# Save Button #}
{% include 'components/footer.html' %}
{# Syncfusion RichTextEditor Initialization #}