{extends file='page.tpl'} {block name='page_content_container' prepend}
{block name='order_confirmation_header'}
{l s='Your order is confirmed.' d='Shop.Theme.Checkout'}
{/block} {l s='An email has been sent to your mail address %email%.' d='Shop.Theme.Checkout' sprintf=['%email%' => $customer.email]} {if $order.details.invoice_url} {* [1][/1] is for a HTML tag. *} {l s='You can also [1]download your invoice[/1]' d='Shop.Theme.Checkout' sprintf=[ '[1]' => "", '[/1]' => "" ] } {/if} {block name='hook_order_confirmation'} {$HOOK_ORDER_CONFIRMATION nofilter} {/block}
{/block} {block name='page_content_container'}
{block name='order_confirmation_table'} {include file='checkout/_partials/order-confirmation-table.tpl' products=$order.products subtotals=$order.subtotals totals=$order.totals labels=$order.labels add_product_link=false } {/block} {block name='order_details'}

{l s='Order details' d='Shop.Theme.Checkout'}:

Order reference: Payment method: Shipping method:
{$order.details.reference} {$order.details.payment} {$order.carrier.name}
{/block}
{block name='hook_payment_return'} {if ! empty($HOOK_PAYMENT_RETURN)}
{/if} {/block} {block name='customer_registration_form'} {if $customer.is_guest}

{l s='Save time on your next order, sign up now' d='Shop.Theme.Checkout'}

{render file='customer/_partials/customer-form.tpl' ui=$register_form}
{/if} {/block} {block name='hook_order_confirmation_1'} {hook h='displayOrderConfirmation1'} {/block} {block name='hook_order_confirmation_2'} {/block} {/block}