{% extends "page/list/list.html.twig" %} {% block page_list_listhead %} {{ parent() }} {% if attribute(oViewConf, 'showPayPalCheckoutBannerOnCategoryPage') is defined and oViewConf.showPayPalCheckoutBannerOnCategoryPage() %} {% 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.getPayPalCheckoutBannerCategoryPageSelector(), addClass: "mb-4"} %} {% endif %} {% endblock %}