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' %}
  2. {% block page_checkout_cart_action_proceed %}
  3.     {% block page_checkout_cart_action_proceed_klarna_express_checkout %}
  4.         {% sw_include '@Storefront/storefront/klarna/express-checkout.html.twig' with { addLineItem: false } %}
  5.     {% endblock %}
  6.     {{ parent() }}
  7. {% endblock %}