{% sw_extends '@Storefront/storefront/layout/footer/footer.html.twig' %} {% block layout_footer_payment_logos %} {% block layout_footer_payment_logos_shopware_payments_paylater_messages %} {% sw_include '@ShopwarePayments/storefront/shopware-payments/paypal-paylater-message.html.twig' with { amount: page.cart.price.totalPrice, pageType: 'home', location: 'footer', classes: 'col-4 mt-2 p-0 footer-logo is-payment' } %} {% endblock %} {{ parent() }} {% endblock %}