{% sw_extends '@Storefront/storefront/page/checkout/confirm/index.html.twig' %} {% block base_head %} {{ parent() }} {% block layout_head_javascript_jquery %} {% endblock %} {% endblock %} {% set easyCheckoutVariables = page.extensions.easyCheckoutVariables %} {% set isEmbeddedCheckout = easyCheckoutVariables.isEmbeddedCheckout %} {% block page_checkout_aside %} {{ parent() }} {% if isEmbeddedCheckout %} {% set options = { checkoutKey: easyCheckoutVariables.checkoutKey, paymentId: easyCheckoutVariables.paymentId, containerId: 'dibs-complete-checkout', language: easyCheckoutVariables.language, handlePaymentUrl: easyCheckoutVariables.handlePaymentUrl } %} {% set confirmSubmitOptions = { blockedOrder: page.cart.errors.blockOrder, isEmbdeddedCheckout: isEmbeddedCheckout } %}