{% sw_extends '@Storefront/storefront/component/buy-widget/buy-widget-form.html.twig' %} {% block buy_widget_buy_container %} {{ parent() }} {% block buy_widget_buy_button_container_shopware_payments_express %} {% set isProductDetail = cmsPage.type is same as 'product_detail' %} {% if buyable and product.calculatedCheapestPrice.totalPrice > 0 %} {% set colClass = showQuantitySelect ? 'col-8' : 'col-12' %} {% if not context.customer %}
{% sw_include '@ShopwarePayments/storefront/shopware-payments/express-button.html.twig' with { addProductToCart: isProductDetail, pageType: isProductDetail ? 'product-details' : 'product-listing', location: isProductDetail ? 'product-details' : 'listings', classes: colClass, } %}
{% endif %} {% if isProductDetail %}
{% sw_include '@ShopwarePayments/storefront/shopware-payments/paypal-paylater-message.html.twig' with { amount: product.calculatedCheapestPrice.totalPrice, pageType: 'product-details', location: 'product-details', classes: colClass, } %}
{% endif %} {% endif %} {% endblock %} {% endblock %}