Subtotal:
{{ cart.subtotal|dollar }}
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 }}
Tax:
{{ cart.taxtotal|dollar }}
Total ({{ sys('dpo_currency') }}):
{{ cart.totalamount|dollar }}
{% 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 %}
{% endif %} {% if show_promo %}
{% endif %} {% if show_login %}
{% endif %}
#} {{ setting('checkout_special_notes_label', 'Special Notes/Instructions:') }}
Have a Promo Code?
Have a Login?
{{ 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 %}
{% if show_login %}
Have a Login?
{{ setting("Cart Empty Message") }}
{% if setting('Continue Shopping Button Label') and setting('Continue Shopping Button Page') %}{% endif %}