{% block page_checkout_finish_details_inner %} {% block page_checkout_finish_data %}
{{ 'checkout.finishInfoOrdernumber'|trans|sw_sanitize }}{{ page.order.orderNumber }}
{% endblock %} {% block page_checkout_finish_hidden_information_line_items %} {% sw_include '@Storefront/storefront/component/checkout/hidden-line-items-information.html.twig' with { cart: page.order, lineItems: page.order.lineItems, } %} {% endblock %} {% block page_checkout_finish_subtitle %} {% if page.changedPayment == true %}{{ 'checkout.finishPaymentHeader'|trans({'%paymentName%': page.order.transactions.last.paymentMethod.translated.name})|sw_sanitize }}
{% endif %} {% endblock %} {% block page_checkout_finish_content %}{{ 'checkout.finishInfoPayment'|trans|sw_sanitize }} {{ page.order.primaryOrderTransaction.paymentMethod.translated.name }}
{% else %}{{ 'checkout.finishInfoPayment'|trans|sw_sanitize }} {{ page.order.transactions.last.paymentMethod.translated.name }}
{% endif %} {% endblock %} {% block page_checkout_finish_order_dispatch_method %} {% if feature('v6.8.0.0') %} {% if page.order.primaryOrderDelivery is defined %}{{ 'checkout.finishInfoShipping'|trans|sw_sanitize }} {{ page.order.primaryOrderDelivery.shippingMethod.translated.name }}
{% endif %} {% else %} {% if page.order.deliveries.first.shippingMethod is defined %}{{ 'checkout.finishInfoShipping'|trans|sw_sanitize }} {{ page.order.deliveries.first.shippingMethod.translated.name }}
{% endif %} {% endif %} {% endblock %}