<aside> Use these commands in your notifications to customize the displayed information based on various factors. Most of the text below is for sample use only. All text and fee amounts should be updated per your company’s policies.
</aside>
<aside>
{% if payment_description == "No Show Fee" %}
No Show Fee: {{ payment_amount }}
Per Our Reschedule, No-Show, Change, and Cancellation Policy, If a session is changed, rescheduled, or cancelled less than 48 hours prior to its start, a fee of $25 will be charged. If the cost of the session exceeds $25, the remaining balance will be refunded. A $25 fee will be charged if a session is missed.
{% endif %}
</aside>
{% if payment_description == "Session Package Fee" %}
Photography Fee = {{ payment_amount }}
{{ session_package_title }} - {{ session_package_price }}
{{ session_package_description }}
{% endif %}
{% if payment_description == "Reschedule Fee" %}
Reschedule Fee: {{ payment_amount }}
Per Our Reschedule, No-Show, Change, and Cancellation Policy, If a session is changed, rescheduled, or cancelled less than 48 hours prior to its start, a fee of $25 will be charged. If the cost of the session exceeds $25, the remaining balance will be refunded. A $25 fee will be charged if a session is missed.
{% endif %}
{% if payment_description == "Cancellation Fee" %}
Cancellation Fee: {{ payment_amount }}
Per Our Reschedule, No-Show, Change, and Cancellation Policy, If a session is changed, rescheduled, or cancelled less than 48 hours prior to its start, a fee of $25 will be charged. If the cost of the session exceeds $25, the remaining balance will be refunded. A $25 fee will be charged if a session is missed.
{% endif %}
{% if payment_description == "Resit Fee" %}
Resit Photography Fee: {{ payment_amount }}
If you selected a session with a fee, this is required for photography services in order to secure time with the photographer.
Photography Session Details:
{{ session_package_title }} - {{ session_package_price }}
{{ session_package_description }}
{% endif %}