{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'}
{/block}
{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}
{if $order.details.recyclable}
- {l s='You have given permission to receive your order in recycled packaging.' d="Shop.Theme.Customeraccount"} {/if}