{** * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. *} {extends file=$layout} {$componentName = 'order-confirmation'} {block name='content'} {block name='order_confirmation_header'} {/block} {block name='hook_payment_return'} {capture name='hook_payment_return'}{$HOOK_PAYMENT_RETURN nofilter}{/capture} {if !empty($smarty.capture.hook_payment_return)} {$smarty.capture.hook_payment_return nofilter} {/if} {/block} {block name='hook_order_confirmation'} {capture name='hook_order_confirmation'}{$HOOK_ORDER_CONFIRMATION nofilter}{/capture} {if !empty($smarty.capture.hook_order_confirmation)} {$smarty.capture.hook_order_confirmation nofilter} {/if} {/block} {block name='hook_order_confirmation_1'} {capture name='hook_order_confirmation_1'}{hook h='displayOrderConfirmation1'}{/capture} {if !empty($smarty.capture.hook_order_confirmation_1)} {$smarty.capture.hook_order_confirmation_1 nofilter} {/if} {/block} {block name='order_details'}

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


{block name='order_confirmation_table'} {if isset($is_multishipment_enabled) && $is_multishipment_enabled} {include file='checkout/_partials/order-confirmation-table-multishipment.tpl' products=$order.order_shipments subtotals=$order.subtotals totals=$order.totals labels=$order.labels add_product_link=false hide_multishipment_edit_buttons=true } {else} {include file='checkout/_partials/order-confirmation-table.tpl' products=$order.products subtotals=$order.subtotals totals=$order.totals labels=$order.labels add_product_link=false } {/if} {/block}
{/block} {if !$registered_customer_exists} {block name='account_transformation_form'}
{include file='customer/_partials/account-transformation-form.tpl'}
{/block} {/if} {block name='hook_order_confirmation_2'} {hook h='displayOrderConfirmation2'} {/block} {/block}