custom/plugins/KlarnaPayment/src/Resources/views/storefront/page/checkout/cart/index.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/page/checkout/cart/index.html.twig' %}
    
    {% block page_checkout_cart_action_proceed %}
        {% block page_checkout_cart_action_proceed_klarna_express_checkout %}
            {% sw_include '@Storefront/storefront/klarna/express-checkout.html.twig' with { addLineItem: false } %}
        {% endblock %}
    
        {{ parent() }}
    {% endblock %}