{% extends "page/checkout/inc/summary_sidebar.html.twig" %} {% block basket_btn_next_bottom %} {{ parent() }} {% if oViewConf.getActiveClassName() == 'basket' %} {% set config = oViewConf.getPayPalCheckoutConfig() %} {% set className = oViewConf.getTopActiveClassName() %} {% if config.isActive() and not oViewConf.isPayPalExpressSessionActive() and config.showPayPalBasketButton() %}
{{ translate({ ident: "OR" })|upper }}
{% include "@osc_paypal/frontend/paymentbuttons.html.twig" with {buttonId: "PayPalPayButtonNextCart2", buttonClass: "paypal-button-wrapper"} %} {% endif %} {% endif %} {% endblock %}