{{ 'customer.css' | asset_url | stylesheet_tag }} {%- style -%} .section-{{ section.id }}-padding { padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px; padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px; } @media screen and (min-width: 750px) { .section-{{ section.id }}-padding { padding-top: {{ section.settings.padding_top }}px; padding-bottom: {{ section.settings.padding_bottom }}px; } } {%- endstyle -%}
{{ 'customer.orders.order_number' | t }} | {{ 'customer.orders.date' | t }} | {{ 'customer.orders.payment_status' | t }} | {{ 'customer.orders.fulfillment_status' | t }} | {{ 'customer.orders.total' | t }} |
---|---|---|---|---|
{{ order.name }} | {{ order.created_at | time_tag: format: 'date' }} | {{ order.financial_status_label }} | {{ order.fulfillment_status_label }} | {{ order.total_net_amount | money_with_currency }} |
{{ 'customer.orders.none' | t }}
{%- endif -%} {%- if paginate.pages > 1 -%} {%- if paginate.parts.size > 0 -%} {%- endif -%} {%- endif -%} {% endpaginate %}