In office Order


{% if setting('checkout_show_special_notes') %}

{{ setting('checkout_special_notes_label', 'Special Notes/Instructions:') }}

{% endif %}
I want to make an additional donation
{% endif %}
{### New Promo Code Location End ###}
 
{### SUBTOTAL ###}
Subtotal:
{{ cart.subtotal|dollar }}
{### SHIPPING ###} {% if checkout.shipping.is_visible %}
Shipping: ({{ cart.total_weight }}lbs)
{### RATED/COURIER SHIPPING ###} {% if cart.is_free_shipping %}

{{ (cart.courier_method) ? cart.courier_method : 'Free Shipping' }}

{% elseif sys('shipping_handler') == 'courier' %} {% if cart.courier_method|trim == '' %}

Please select a shipping method below.

{% else %}

{{ cart.courier_method }}

{% endif %} {### RATED/COURIER SHIPPING ###} {% elseif sys('shipping_handler') == 'tiered' %}

{{ cart.shipping_method.name }}

{% endif %}
{{ cart.shipping_amount|dollar }}
{% endif %} {### TAX ###} {% if cart.taxtotal > 0 %}
Tax:
{{ cart.taxtotal|dollar }}
{% endif %}
Total ({{ sys('dpo_currency') }}):
{{ cart.totalamount|dollar }}
{% if setting('Continue Shopping Button Label') and setting('Continue Shopping Button Page') %}

{% endif %}
{% set show_promo = (sys('feature_promos') == 1 and setting('Show Promo Code Box', '0') == 1) %} {% set show_login = !(member()) and sys('feature_accounts') == 1 and setting('checkout_show_login', '0') == 1 %} {% if show_promo and show_login and show_notes %} {% set checkout_bucket_classes = "col-sm-4 col-sm-offset-0 col-xs-10 col-xs-offset-1" %} {% elseif (show_promo and show_login) or (show_login and show_notes) or (show_promo and show_notes) %} {% set checkout_bucket_classes = "col-sm-6 col-sm-offset-0 col-xs-10 col-xs-offset-1" %} {% else %} {% set checkout_bucket_classes = "col-sm-6 col-sm-offset-3 col-xs-10 col-xs-offset-1" %} {% endif %} {% if show_notes %}

{{ setting('checkout_special_notes_label', 'Special Notes/Instructions:') }}

{% endif %} {% if show_promo %}

Have a Promo Code?

{% endif %} {% if show_login %}

Have a Login?

{% if input_exists('failed') %}
Your email or password were invalid.
{% endif %}
 
 
Forgot your password?
{% endif %}
#}

{{ setting("syn_checkout_checkout_label") }}

{### SHOW MIN VALUE WARNING ###} {% if not cart.allow_min_value_checkout %}
Sorry - Your purchase must be a minimum of {{ sys('checkout_min_value')|dollar }}.
{### OTHERWISE, SHOW CHECKOUT ###} {% else %} {#### GUEST CONTENT ###} {% if !member() and setting('Special Content: Guest') %} {{ setting('Special Content: Guest') }} {#### MEMBERSHIP LOGGED-IN CONTENT ###} {% elseif member('membership_id') and setting('Special Content: Logged-In Member') %} {{ setting('Special Content: Logged-In Member') }} {#### REGULAR LOGGED-IN CONTENT ###} {% elseif member() and setting('Special Content: Logged-In Non-Member') %} {{ setting('Special Content: Logged-In Non-Member') }} {% endif %}

{{ setting('syn_checkout_billing_label','Billing Information') }}

 
{% if sys('allow_account_types_on_web') %}
{% endif %} {% if sys('donor_title') != "hidden" %}
{% if sys('donor_title_options') == null %} {% else %}{% endif %}
{% endif %}
 
{% if sys('allow_account_types_on_web') %}
{% endif %}
 
 
{% if checkout.shipping.is_visible %}

{{ setting('syn_checkout_shipping_label','Shipping Information') }}

 
{### COPY FROM BILLING ###}
{% if sys('donor_title') != "hidden" %}
{% if sys('donor_title_options') == null %} {% else %}{% endif %}
{% endif %}
 
 
{% if sys('allow_account_types_on_web') %}
{% endif %}
 

Shipping Options

{### FREE SHIPPING ###} {% if cart.is_free_shipping %}

{{ (cart.courier_method) ? cart.courier_method : 'Free Shipping' }}

{### TIERED SHIPPING ###} {% elseif sys('shipping_handler') == 'tiered' %} {# MISSING SHIP ADDY DATA #} {% if not checkout.shipping.is_ship_data_valid %}

Fill in your {{ sys('synonym_province') }}, Country and Postal Code above before selecting a shipping option.

{# SHIPPING SELECTION #} {% else %}
{% endif %} {### RATED/COURIER SHIPPING ###} {% elseif sys('shipping_handler') == 'courier' %} {# MISSING SHIP ADDY DATA #} {% if not checkout.shipping.is_ship_data_valid %}

Fill in your {{ sys('synonym_province') }}, Country and Postal Code above before selecting a shipping option.

{# COURIER ERROR #} {% elseif checkout.shipping.message %}

No shipping options available.

  • Double check your address
  • Your package might be too heavy
  • Courier server may have been busy
{# SHIPPING SELECTION #} {% else %}
{% endif %} {% endif %}
{% endif %}

Payment

 
{### NO PAYMENTS REQUIRED ###} {% if cart.no_payment_required %}
Your total is {{ cart.totalamount|dollar }}. No payment information is required

You will not be charged.

{% else %} {% set methods = member('payment_methods') %}
 
We accept
{% if 'v' in sys('cardtypes')|explode %}{% endif %} {% if 'm' in sys('cardtypes')|explode %}{% endif %} {% if 'a' in sys('cardtypes')|explode %}{% endif %} {% if 'd' in sys('cardtypes')|explode %}{% endif %}


{% if sys('dpo_currency') == 'CAD' %}
Transit + Institution #
Account #
{% else %}
Routing #
Account #
{% endif %}

By completing this purchase, you authorize us to charge the account above for the amount specified in the Total field.

{% if member() %} {# sys('rpp_donorperfect') == '0' and #} {% if methods|length > 0 %}

Pay with:

{% for method in methods %}
{% endfor %}
{% else %}

No Saved Payment Methods

Add Payment Method
{% endif %} {% endif %}
{% if sys('paypal_merchant_id') %}

Continue below
{% endif %} {% if sys('gocardless_organization_id') %}

Continue below
{% endif %}
{### SAVE PAYMENT METHOD ###} {% if member() %}
{% endif %}
 
{### CREATE AN ACCOUNT ###} {% if checkout.allowAccount %}

Create an Account

Choose a password to view your purchase history and update your profile.

{% endif%}

Review Payment

Subtotal
{{ cart.subtotal|dollar }}
{% if checkout.shipping.is_visible %}
Shipping {% if cart.is_free_shipping %}  {{ (cart.courier_method) ? cart.courier_method : 'Free Shipping' }} {% elseif sys('shipping_handler') == 'courier' and cart.courier_method %}  {{ cart.courier_method }} {% elseif sys('shipping_handler') == 'tiered' %}  {{ cart.shipping_method.name }} {% endif %}
{{ cart.shipping_amount|dollar }}
{% endif %} {% if cart.taxtotal > 0 %}
Tax
{{ cart.taxtotal|dollar }}
{% endif %}
Total {{ sys('dpo_currency') }}
{{ cart.totalamount|dollar }}
{% if cart.total_savings > 0 %}
You Saved
{{ cart.total_savings|dollar }}
{% endif %}
{% if (sys('referral_sources_isactive') == 1) and !member() %}
{% endif %}

Your credit card or account will be charged {{ cart.totalamount|dollar }} now.{% if cart.recurring_description %}
{{ cart.recurring_description }}{% endif %}

{% if sys('paypal_merchant_id') %}
 
{% endif %}
{% endif %}
{% if show_login %}

Have a Login?

{% if input_exists('failed') %}
Your email or password were invalid.
{% endif %}
 
 
{% endif %} {% endif %} {### EMPTY CART ###} {% else %}

{{ setting("Cart Empty Message") }}

{% if setting('Continue Shopping Button Label') and setting('Continue Shopping Button Page') %}
{% endif %}
{% endif %}