{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'}:

  • {l s='Order reference: %reference%' d='Shop.Theme.Checkout' sprintf=['%reference%' => $order.details.reference]}
  • {l s='Payment method: %method%' d='Shop.Theme.Checkout' sprintf=['%method%' => $order.details.payment]}
  • {if !$order.details.is_virtual}
  • {l s='Shipping method: %method%' d='Shop.Theme.Checkout' sprintf=['%method%' => $order.carrier.name]}
    {$order.carrier.delay}
  • {/if}
{/block}
{block name='hook_payment_return'} {if ! empty($HOOK_PAYMENT_RETURN)}
{$HOOK_PAYMENT_RETURN nofilter}
{/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}