{% sw_extends '@Storefront/storefront/page/checkout/address/index.html.twig' %} {% block page_checkout_address_login_toggle %} {{ parent() }} {% block page_checkout_address_login_toggle_shopware_payments_express %}
{% if not context.customer %} {% sw_include '@ShopwarePayments/storefront/shopware-payments/express-button.html.twig' with { addProductToCart: false, pageType: 'home', location: 'login', } %} {% endif %} {% sw_include '@ShopwarePayments/storefront/shopware-payments/paypal-paylater-message.html.twig' with { amount: page.cart.price.totalPrice, pageType: 'home', location: 'login', } %}
{% endblock %} {% endblock %}