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