PURCHASE RECEIVED

Thank you for registering!


{% set address = billing_address %} {% if address.company %} {% endif %} {% if address.phone %} {% endif %}
Registration Information
First Name {{ address.first_name }}
Last Name {{ address.last_name }}
Company Name {{ address.billing }}
Registered for Tournament Yes
Phone Number {{ address.phone }}
Email Address {{ customer_email }}
Billing Address {{ address.address1 }}, {{ address.address2 }}
{% if address.country_name == 'United States' %} {% if address.city %} {{ address.city }} {% endif %} {% if address.region %} {% if address.city %}, {% endif %} {{ address.region }} {% endif %} {% if address.postal_code %} {{ address.postal_code }} {% endif %}
{% endif %}
{% set types = { "Adult": 0, "Youth": 0 } %} {% for item in items %} {% for key in types|keys %} {% if item.parent_code == key %} {% set newType = { (key) : (types[key] + 1) } %} {% set types = types|merge(newType) %} {% endif %} {% endfor %} {% endfor %} {% if types.Adult > 0 %} {% endif %} {% if types.Youth %} {% endif %}
Purchase Information
Total Purchase {{ total_order|money_format }}
# of Adults {{ types.Adult}}
# of Youths {{ types.Youth }}
©2020 Roofing Contractors Association of South Florida. All rights reserved.