{% extends "page/checkout/order.html.twig" %} {% block shippingAndPayment %} {% set payment = oView.getPayment() %} {% if payment.getId() == "oscpaypal_acdc" or payment.getId() == "oscpaypal_pui" %} {% set sPaymentID = payment.getId() %} {% set sSelfLink = oViewConf.getSslSelfLink()|replace({"&": "&"}) %}
{{ oViewConf.getHiddenSid()|raw }}

{{ translate({ ident: "SHIPPING_CARRIER" }) }}

{% set oShipSet = oView.getShipSet() %}
{{ oShipSet.oxdeliveryset__oxtitle.value }}
{{ oViewConf.getHiddenSid()|raw }}

{{ translate({ ident: "PAYMENT_METHOD" }) }}

{% set payment = oView.getPayment() %} {{ payment.oxpayments__oxdesc.value }} {% if not oscpaypal_executing_order %} {% if sPaymentID == "oscpaypal_acdc" %} {% include "@osc_paypal/frontend/acdc.html.twig" %} {% elseif sPaymentID == "oscpaypal_pui" %} {% include "@osc_paypal/frontend/pui_flow.html.twig" %} {% endif %} {% endif %}
{% else %} {{ parent() }} {% endif %} {% endblock %}