^^order_begin^^

{{ store_name|raw }}

Receipt

Thank you for your order. Please retain this receipt for your records.

{% block email_html_order_details %} {# BEGIN EMAIL TWIG TEMPLATE #} {% if not is_updateinfo %} {% if has_downloadables %}

{{ lang.email_html_downloadable_products|raw }}

{{ html_downloadable_links|raw }} {% endif %}

{{ lang.email_html_order_summary|raw }}

  • {{ lang.email_order_number|raw }}: {{ order_id }}
  • {{ lang.checkout_date|raw }}: {{ checkout_date }}
  • {% if purchase_order != '' %}
  • {{ lang.checkout_purchase_order|raw }}: {{ purchase_order }}
  • {% endif %} {% if payment_type == 'plastic' %}
  • {{ lang.checkout_card_number|raw }}: {{ cc_number_masked }} ({{ cc_type }})
  • {% endif %}
  • {{ lang.email_order_total|raw }}: {{ order_total }}
  • {% if has_live_rate_shippable_products and not has_multiship %}
  • {{ lang.email_shipping|raw }}: {{ shipping_service_description }}
  • {% endif %} {% for custom_field in custom_fields %}
  • {{ custom_field.name }}: {{ custom_field.value }}
  • {% endfor %}
{% endif %}

{{ lang.email_html_purchasing_information|raw }}

{{ lang.email_email|raw }}: {{ email }}

{{ lang.email_billing_address|raw }}: {{ first_name }} {{ last_name }}
{% if company != '' %} {{ company }}
{% endif %} {{ address1 }}
{% if address2 != '' %} {{ address2 }}
{% endif %} {{ city }}, {{ region_code }} {{ postal_code }}
{{ country_name }}
{% if geoip_html != '' %} {{ geoip_html }}
{% endif %} {% if phone != '' %} {{ phone }}
{% endif %}

{% for multiship in multiship_data %}

{{ lang.email_ship_to|raw }}: {{ multiship.address_name }} {{ multiship.first_name }} {{ multiship.last_name }}
{% if multiship.company != '' %} {{ multiship.company }}
{% endif %} {{ multiship.address1 }}
{% if multiship.address2 != '' %} {{ multiship.address2 }}
{% endif %} {{ multiship.city }}, {{ multiship.region_code }} {{ multiship.postal_code }}
{{ multiship.country_name }}
{% if multiship.phone != '' %} {{ multiship.phone }}
{% endif %} {% for custom_field in multiship.custom_fields %} {% if not custom_field.is_hidden %} {{ custom_field.name }}: {{ custom_field.value }}
{% endif %} {% endfor %} {{ lang.email_subtotal|raw }}: {{ multiship.sub_total }}
{% if has_live_rate_shippable_products %} {{ multiship.shipping_service_description }}: {{ multiship.shipping_total }}
{% else %} {% if has_shippable_products %} {{ shipping_and_handling_label }}: {{ multiship.shipping_total }}
{% endif %} {% endif %} {{ lang.email_tax|raw }}: {{ multiship.tax_total }}
{{ lang.email_group_total|raw }}: {{ multiship.total }}

{% endfor %} {% if use_alternate_shipping_address and has_shippable_products %}

{{ lang.email_shipping_address|raw }}: {% if use_alternate_shipping_address %} {{ shipping_first_name }} {{ shipping_last_name }}
{% if shipping_company != '' %} {{ shipping_company }}
{% endif %} {{ shipping_address1 }}
{% if shipping_address2 != '' %} {{ shipping_address2 }}
{% endif %} {{ shipping_city }}, {{ shipping_region_code }} {{ shipping_postal_code }}
{{ shipping_country_name }}
{% if shipping_phone != '' %} {{ shipping_phone }}
{% endif %} {% else %} {{ first_name }} {{ last_name }}
{% if company != '' %} {{ company }}
{% endif %} {{ address1 }}
{% if address2 != '' %} {{ address2 }}
{% endif %} {{ city }}, {{ region_code }} {{ postal_code }}
{{ country_name }}
{% if geoip_html != '' %} {{ geoip_html }}
{% endif %} {% if phone != '' %} {{ phone }}
{% endif %} {% endif %}

{% endif %}
{% if subscriptions|length > 0 %}

{{ lang.email_html_manage_subscriptions|raw }}

{{ lang.email_html_subscription_instructions|raw }}

{% endif %} {# END EMAIL TWIG TEMPLATE #} {% endblock %}
{% if not is_updateinfo %} {% block email_html_cart %} {# BEGIN CART TWIG TEMPLATE #} {% if not for_email %}
{% endif %} {% if with_controls %}
{% if supports_paypal_express %} {{ lang.cart_update_cart|raw }} {% else %} {{ lang.cart_update_cart|raw }} {% endif %} {% if items|length > 0 %} {% if supports_paypal_express %} -OR- {% endif %} {{ lang.cart_checkout|raw }} {% endif %}
{% endif %} {% if with_controls %} {{ html_messages|raw }} {% endif %} {% if for_email %} {% else %}
{% endif %} {% if not for_email %} {% endif %} {% if has_product_images %} {{ lang.cart_image|raw }} {% endif %} {{ lang.cart_item|raw }} {{ lang.cart_quantity|raw }} {{ lang.cart_price|raw }} {% if not for_email %} {% endif %} {{ lang.cart_subtotal|raw }}: {{ cart_sub_total }} {% if has_future_products %} {{ future_total_price }} {% endif %} {% for coupon in coupons %} {% if not coupon.is_applied %} {% else %} {% endif %} {{ coupon.name }} {% endfor %} {% if with_controls and has_eligible_coupons %} {{ lang.cart_add_coupon|raw }} {% endif %} {% if not with_controls %} {% if show_shipping_tbd %} {{ shipping_and_handling_label|raw }}: {% endif %} {% if show_shipping_tbd and hide_shipping_row %} {% else %} {% endif %} {{ shipping_and_handling_label|raw }}: {% if show_shipping_tbd %} {% else %} {% endif %} {% if has_future_products %} {% if show_future_shipping_and_handling %} {% else %} {% endif %} {{ lang.cart_future_subscriptions|raw }} {{ shipping_and_handling_label|raw }}: {% endif %} {% if has_taxes %} {% for tax in taxes %} {% if tax.show_tax %} {% else %} {% endif %} {{ tax.description|raw }}: {% endfor %} {% if show_tax_tbd %} {% if tax_total <= 0 %} {% else %} {% endif %} {% endif %} {% endif %} {% endif %} {% if not for_email %} {% endif %} {% for item in items %} {% if item.multiship > 0 %} {% if not for_email %} {% endif %} {% if not for_email %} {% endif %} {% endif %} {% if not for_email %} {% endif %} {% if item.item_number == items|length %} {% else %} {% endif %} {% if has_product_images %} {% endif %} {% if not for_email %} {% endif %} {% endfor %} {% if items|length == 0 %} {% if not for_email %} {% endif %} {% if not for_email %} {% endif %} {% endif %}
{{ lang.cart_caption|raw }}
{{ lang.cart_future_subscriptions|raw }}:
{{ coupon.amount }} {% if with_controls %} [x] {% endif %}
{{ lang.checkout_tbd|raw }}
{{ lang.checkout_tbd|raw }}{{ cart_total_shipping }}
{{ lang.cart_order_total|raw }}: {{ order_total }}
{{ lang.cart_shipto|raw }}: {{ item.shipto }}
{% if item.image != '' %} {% if item.url != '' %} {% endif %} {% if item.url != '' %} {% endif %} {% endif %} {{ item.name }} {% if item.options|length > 0 or item.code != '' or item.category_code != 'DEFAULT' or item.weight != 0 or item.subscription_frequency != '' %}
    {% for option in item.options %}
  • {{ option.name }}: {{ option.value }}
  • {% endfor %} {% if item.code != '' %}
  • {{ lang.cart_code|raw }}: {{ item.code }}
  • {% endif %} {% if item.category_code != 'DEFAULT' %}
  • {{ lang.cart_category|raw }}: {{ item.category_code }}
  • {% endif %} {% if item.weight != 0 %}
  • {{ lang.cart_weight|raw }}: {{ item.weight }} {{ weight_uom }}
  • {% endif %} {% if item.subscription_frequency != '' %}
  • {{ lang.cart_subscription_details|raw }}
    • {{ lang.cart_frequency|raw }}: {{ item.subscription_frequency }}
    • {{ lang.cart_start_date|raw }}: {{ item.subscription_start_date }}
    • {{ lang.cart_next_date|raw }}: {{ item.subscription_next_transaction_date }}
    • {% if item.subscription_end_date != "0000-00-00" %}
    • {{ lang.cart_end_date|raw }}: {{ item.subscription_end_date }}
    • {% endif %}
  • {% endif %}
{% endif %} {% if with_controls %} [x] {% endif %}
{% if with_controls %} [x] {% else %} {{ item.quantity }} {% endif %} {{ item.price_total }} {% if item.quantity > 1 %} ({{ item.price_each }} {{ lang.cart_each|raw }}) {% endif %} {% if with_controls %} [x] {% endif %}
{{ lang.cart_empty|raw }}
{% if with_controls %}
{# note: this is a duplication of the cart controls above, but trying to create a block caused errors #} {% if supports_paypal_express %} {{ lang.cart_update_cart|raw }} {% else %} {{ lang.cart_update_cart|raw }} {% endif %} {% if items|length > 0 %} {% if supports_paypal_express %} -OR- {% endif %} {{ lang.cart_checkout|raw }} {% endif %}
{% endif %} {% if not for_email %}
{% endif %} {# END CART TWIG TEMPLATE #} {% endblock %} {% endif %} ^^order_end^^ ^^updateinfo_begin^^

{{ store_name|raw }}

Updated Billing Information

Your billing information has been updated as displayed below.

{{ block('email_html_order_details') }} ^^updateinfo_end^^ ^^subscription_cancel_begin^^

{{ store_name|raw }}

Subscription Cancel

This email is confirmation that the subscription listed below will be canceled and not billed further.

{{ block('email_html_order_details') }} {{ block('email_html_cart') }} ^^subscription_cancel_end^^ ^^subscription_modification_begin^^

{{ store_name|raw }}

Subscription Modification

This email is confirmation that the subscription listed below has been modified.

{{ block('email_html_order_details') }} {{ block('email_html_cart') }} ^^subscription_modification_end^^