custom/plugins/KmPitchPrint/src/Resources/views/storefront/base.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/base.html.twig' %}
  2.     {% block base_body %}
  3.         {#
  4.         {{ dump(context.paymentMethod) }}
  5.         {{ dump(context.customer.defaultPaymentMethod) }} #}
  6.          {# beim erstbesuch wird gleich klarna angelegt #}
  7.         {{ parent() }}
  8.         {% if page.product.customFields != null %}
  9.         {% endif %}
  10. {% endblock %}