{% sw_extends '@Storefront/storefront/base.html.twig' %}
{% block base_body %}
{#
{{ dump(context.paymentMethod) }}
{{ dump(context.customer.defaultPaymentMethod) }} #}
{# beim erstbesuch wird gleich klarna angelegt #}
{{ parent() }}
{% if page.product.customFields != null %}
{% endif %}
{% endblock %}