{% if name != blank %}
Order No. {{ name }}
{{ fulfillment.created_at | date: "%d %B, %Y" }}
{% endif %}
|
|
|
|
{% if customer.name != blank or billing_address.name != blank %}
Hey
{{ service_name | titleize }},
{% endif %}
{% if custom_message != blank %}
{{ custom_message }}
{% endif %}
Please fulfill the following order for Fragrance Deliver SA.
|
|
|
{% if fulfillment.fulfillment_line_items != blank %}
{% assign hidden_variant_ids = "" %}
{% for line_item in fulfillment.fulfillment_line_items %}
{% if line_item.line_item.properties._boldVariantIds %}
{% assign hidden_variant_ids = hidden_variant_ids | append: ',' %}
{% assign hidden_variant_ids = hidden_variant_ids | append: line_item.line_item.properties._boldVariantIds %}
{% endif %}
{% endfor %}
Items to Fulfill
|
{% for line_item in fulfillment.fulfillment_line_items %}
{% if line_item.quantity != 0 %}
{% capture line_variant_id1 %}{{ line_item.line_item.variant_id }}{% endcapture %}
{% assign adjusted_item_price = line_item.line_item.price %}
{% assign adjusted_line_price = line_item.line_item.final_line_price %}
{% unless line_variant_id1 == blank %}
{% if hidden_variant_ids contains line_variant_id1 %}{% continue %}{% endif %}
{% for line_item2 in fulfillment.fulfillment_line_items %}
{% capture line_variant_id2 %}{{ line_item.line_item2.variant_id }}{% endcapture %}
{% if line_item.line_item.properties._boldVariantIds contains line_variant_id2 %}
{% assign adjusted_item_price = adjusted_item_price | plus: line_item.line_item2.price %}
{% assign adjusted_line_option_price = line_item.line_item2.price | times: line_item.quantity %}
{% assign adjusted_line_price = adjusted_line_price | plus: adjusted_line_option_price %}
{% endif %}
{% endfor %}
{% endunless %}
{% if line_item.line_item.image != blank %} {% endif %} |
{% if line_item.line_item.product != blank and line_item.line_item.product.title != blank %}
{% assign line_title = line_item.line_item.product.title %}
{% else %}
{% assign line_title = line_item.line_item.title %}
{% endif %}
|
{% if line_title == "Tip" %}Tip{% else %}{{ line_title }}{% endif %}
{% if line_item.line_item.variant.title != blank and line_item.line_item.variant.title != "Default Title" and line_item.line_item.variant.title != "Default" %}
{{ line_item.line_item.variant.title }}
{% endif %}
{% if line_item.line_item.sku != blank %}
SKU: {{ line_item.line_item.sku }}
{% endif %}
{% if line_item.line_item.grams != 0 %}
Weight: {{ line_item.line_item.grams | weight_with_unit }}
{% endif %}
{% if line_item.line_item.product.vendor != blank %}
Brand: {{ line_item.line_item.product.vendor }}
{% endif %}
{% for p in line_item.line_item.properties %}
{% assign p_internal = p.first | slice: 0 %}
{% unless p.first contains "builder_id" or p.first contains "builder_info" or p.first contains "master_builder" or p.last == "" or p.last == blank %}
{% if p.first contains "preview" or p.last contains "/uploads/" or p.last contains "//uploadery.s3" %}
{{ p.first }}:
{% elsif p_internal != "_" %}
{{ p.first }}: {{ p.last }}
{% endif %}
{% endunless %}
{% endfor %}
|
x {{ line_item.quantity }}
|
|
{% unless forloop.last %}
|
{% endunless %}
{% endif %}
{% endfor %}
|
|
{% endif %}
{% if attributes.Checkout-Method == "delivery" %}
Delivery Address
|
|
{%- if shipping_address and shipping_address != blank -%}
{{ shipping_address.name }}
{%- if shipping_address.company != blank -%}
{{ shipping_address.company }}
{%- endif -%}
{{ shipping_address.address1 }}
{%- if shipping_address.address2 != blank -%}
{{ shipping_address.address2 }}
{%- endif -%}
{{ shipping_address.city }}, {% if shipping_address.province_code != blank -%}{{ shipping_address.province_code }}{% else -%}{{ shipping_address.province }}{%- endif %} {{ shipping_address.zip | upcase }}
{%- if shipping_address.country != shop.country -%}{{ shipping_address.country }}{%- endif -%}
{%- if shipping_address.phone != blank -%} Tel. {{ shipping_address.phone }}
{%- endif -%}
{%- endif -%}
|
{% elsif attributes.Checkout-Method == "pickup" %}
Pickup Address
|
|
{% if attributes.Pickup-Location-Company %}{{ attributes.Pickup-Location-Company }}
{% endif %}{{ attributes.Pickup-Location-Address-Line-1 }}{% if attributes.Pickup-Location-Address-Line-2 %}
{{ attributes.Pickup-Location-Address-Line-2 }}{% endif %}
{{ attributes.Pickup-Location-City }}
{{ attributes.Pickup-Location-Region }}
{{ attributes.Pickup-Location-Postal-Code }}
{{ attributes.Pickup-Location-Country }}
|
{% elsif shipping_address != blank %}
Shipping Address
|
|
{%- if shipping_address and shipping_address != blank -%}
{{ shipping_address.name }}
{%- if shipping_address.company != blank -%}
{{ shipping_address.company }}
{%- endif -%}
{{ shipping_address.address1 }}
{%- if shipping_address.address2 != blank -%}
{{ shipping_address.address2 }}
{%- endif -%}
{{ shipping_address.city }}, {% if shipping_address.province_code != blank -%}{{ shipping_address.province_code }}{% else -%}{{ shipping_address.province }}{%- endif %} {{ shipping_address.zip | upcase }}
{%- if shipping_address.country != shop.country -%}{{ shipping_address.country }}{%- endif -%}
{%- if shipping_address.phone != blank -%} Tel. {{ shipping_address.phone }}
{%- endif -%}
{%- endif -%}
|
{% else %}
Customer
|
|
{%- assign billing_address = billing_address | default: customer.default_address -%}
{%- if billing_address and billing_address != blank -%}
{{ billing_address.name }}
{%- if billing_address.company != blank -%}
{{ billing_address.company }}
{%- endif -%}
{{ billing_address.address1 }}
{%- if billing_address.address2 != blank -%}
{{ billing_address.address2 }}
{%- endif -%}
{{ billing_address.city }}, {% if billing_address.province_code != blank -%}{{ billing_address.province_code }}{% else -%}{{ billing_address.province }}{%- endif %} {{ billing_address.zip | upcase }}
{%- if billing_address.country != shop.country -%}{{ billing_address.country }}
{%- endif -%}
{%- elsif customer != blank -%}
{% if customer.name != blank %}{{ customer.name }}
{%- endif -%}
{%- endif -%}
{{ email }}
|
{% endif %}
|
{% if attributes.Checkout-Method == "delivery" %}
{% if attributes.Delivery-Date %}
Delivery Date
|
|
{{ attributes.Delivery-Date | date: "%d %B, %Y" }}
|
{% endif %}
{% if attributes.Delivery-Time %}
Delivery Time
|
|
{{ attributes.Delivery-Time }}
|
{% endif %}
{% elsif attributes.Checkout-Method == "pickup" %}
{% if attributes.Pickup-Date %}
Pickup Date
|
|
{{ attributes.Pickup-Date | date: "%d %B, %Y" }}
|
{% endif %}
{% if attributes.Pickup-Time %}
Pickup Time
|
|
{{ attributes.Pickup-Time }}
|
{% endif %}
{% elsif shipping_address != blank %}
Shipping Method
|
|
{% if fulfillment.tracking_company != blank and fulfillment.tracking_company != "Other" %}{{ fulfillment.tracking_company }}
{% endif %}
{% if shipping_method.title != blank %}{{ shipping_method.title }}
{% endif %}
{% for num in fulfillment.tracking_numbers %}
{% capture t_link %}{{ fulfillment.tracking_urls[forloop.index0] }}{% endcapture %}
{% if t_link != blank %}
{{ num | default: name }}
{% else %}
{{ num }}
{% endif %}
{% endfor %}
|
Shipped Items
|
{% assign shippable_items_count = 0 %}
{% for item in line_items %}
{% if item.requires_shipping == true %}
{% assign shippable_items_count = shippable_items_count | plus: item.quantity %}
{% endif %}
{% endfor %}
|
{{ fulfillment.item_count }}
|
{% else %}
|
|
{% endif %}
|
|
|
Client Email address: {{ customer.email }}
|
{% if note == blank and attributes == blank %}
|
|
{% else %}
Order Notes
{% if note != blank %}{{ note | newline_to_br }}{% endif %}
|
{% endif %}
|
|
Please do not hesitate to give us a call our offices at 087 147 2564 or WhatsApp us on our website or send an email to sales@fragrancedeliver.co.za if you have any questions at all.
Many thanks,
Jason and the Fragrance Deliver SA team :-)
|
|
Browse
|
|