{# app/modules/loyalty/templates/loyalty/store/enroll.html #} {% extends "store/base.html" %} {% from 'shared/macros/headers.html' import detail_page_header %} {% from 'shared/macros/alerts.html' import loading_state, error_state %} {% block title %}Enroll Customer{% endblock %} {% block alpine_data %}storeLoyaltyEnroll(){% endblock %} {% block content %} {% call detail_page_header("'Enroll New Customer'", '/store/' + store_code + '/loyalty/terminal') %} Add a new member to your loyalty program {% endcall %} {{ loading_state('Loading...') }} {{ error_state('Error loading enrollment form') }}

Customer Information

For birthday rewards (optional)

Communication Preferences

Welcome Bonus

Customer will receive bonus points!

{# noqa: FE-004 #}

Customer Enrolled!

Card Number:

Starting Balance: points

Back to Terminal
{% endblock %} {% block extra_scripts %} {% endblock %}