{{! Markup and styles related to this page use `receipt` instead of `order-details`. Receipt is shorter and doesn't conflict with other "details" sections. }} {{#partial 'account-heading'}} {{lang 'core.account.receipt.heading' number=order.id}} {{/partial}} {{#partial 'account-toolbar'}} {{lang 'core.account.receipt.actions.print_invoice'}}
{{#each order.items}} {{/each}}
{{#if order.is_complete}} {{#if order.returns_enabled}} {{lang 'core.account.receipt.actions.return_items'}} {{/if}} {{/if}} {{/partial}} {{#partial 'account-content'}} {{! Summary }} {{> core/account/_private/receipt-summary}} {{! Comments }} {{#if order.comments}}
{{order.comments}}
{{/if}} {{! Shipments }} {{> core/account/_private/receipt-shipments}} {{! Products }} {{> core/account/_private/receipt-items}} {{! Totals }}
{{#each order.total_rows}} {{#if value.value}}
{{/if}} {{/each}}
{{/partial}} {{> core/account/_private/layout nav_page='orders' class='orders-receipt'}}