{{ 'customers.order.title' | t: order_number: order.name }}
{{ 'customers.order.item' | t }} | {{ 'customers.order.price' | t }} | {{ 'customers.order.quantity' | t }} | {{ 'customers.order.total' | t }} |
---|---|---|---|
{% if line_item.image %} {% render 'rimg', img: line_item.image, alt: line_item.title, size: '75x' %} {%- else -%} {{ 'product-1' | placeholder_svg_tag: 'placeholder--image order-item-placeholder' }} {%- endif -%}
{%- if line_item.gift_card -%} {{ line_item.title }} {%- else -%} {{ line_item.product.title }} {%- endif -%} {%- unless line_item.variant.title == 'Default Title' or line_item.gift_card -%} {%- endunless -%}
{%- if line_item.line_level_discount_allocations.size > 0 -%}
|
{{ 'customers.order.price' | t }} {%- if line_item.line_level_discount_allocations.size > 0 -%} {{ 'product.item.price.original' | t }} |
{{ 'customers.order.quantity' | t }} {{ line_item.quantity }} |
{{ 'customers.order.total' | t }} {%- if line_item.line_level_discount_allocations.size > 0 -%} {{ 'product.item.price.original' | t }} |
{{ 'customers.order.order_notes' | t }}
{{ order.note }}
{{ 'customers.order.additional_notes' | t }}
- {% for attribute in order.attributes %}
- {{ attribute | first }}: {{ attribute | last }} {% endfor %}