{% extends "page/checkout/basket.html.twig" %} {% block checkout_basket_next_step_top %} {{ parent() }} {% if attribute(oViewConf, 'showPayPalCheckoutBannerOnCheckoutPage') is defined and oViewConf.showPayPalCheckoutBannerOnCheckoutPage() %}
{{ style({ include: oViewConf.getModuleUrl('osc_paypal', 'css/paypal_installment.css') }) }} {% set basketAmount = oxcmp_basket.getPrice() %} {% include "@osc_paypal/frontend/installment_banners.html.twig" with {amount: basketAmount.getPrice(), selector: oViewConf.getPayPalCheckoutBannerCartPageSelector(), addClass: "mb-5"} %} {% endif %} {% endblock %} {% block checkout_basket_emptyshippingcart %} {% if attribute(oViewConf, 'showPayPalCheckoutBannerOnCheckoutPage') is defined and oViewConf.showPayPalCheckoutBannerOnCheckoutPage() %}
{{ style({ include: oViewConf.getModuleUrl('osc_paypal', 'css/paypal_installment.css') }) }} {% set basketAmount = oxcmp_basket.getPrice() %} {% include "@osc_paypal/frontend/installment_banners.html.twig" with {amount: basketAmount.getPrice(), selector: oViewConf.getPayPalCheckoutBannerCartPageSelector(), addClass: "mb-5"} %} {% endif %} {{ parent() }} {% endblock %}