{% extends "page/search/search.html.twig" %} {% block search_header %} {{ parent() }} {% if attribute(oViewConf, 'showPayPalCheckoutBannerOnSearchResultsPage') is defined and oViewConf.showPayPalCheckoutBannerOnSearchResultsPage() %} {% set paypalInstallmentPrice = oxcmp_basket.getBruttoSum() %} {% if oxcmp_basket.isPriceViewModeNetto() %} {% set paypalInstallmentPrice = oxcmp_basket.getNettoSum() %} {% endif %} {{ style({ include: oViewConf.getModuleUrl('osc_paypal', 'css/paypal_installment.css') }) }} {% include "@osc_paypal/frontend/installment_banners.html.twig" with {amount: paypalInstallmentPrice, selector: oViewConf.getPayPalCheckoutBannerSearchPageSelector(), addClass: "mt-4"} %} {% endif %} {% endblock %}