{% extends "page/checkout/order.html.twig" %} {% block shippingAndPayment %} {{ parent() }} {% if oViewConf.getAdditionalInfoFieldPosition() == "TOP" %} {% block checkout_order_reference_and_comment_after_payment %} {% if oViewConf.isCustomerOrderNumberEnabled() %}
{# on the basket page, if the hashed element is overwrapped with sticky header, write (local) script to avoid this #}

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

{% if oxcmp_basket.getCustomFieldSetEntry("sCustomerOrderNr") %}{{ oxcmp_basket.getCustomFieldSetEntry("sCustomerOrderNr") }}{% else %}-{% endif %}
{% endif %} {% if oViewConf.isReferenceEnabled() %}
{# on the basket page, if the hashed element is overwrapped with sticky header, write (local) script to avoid this #}

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

{% if oxcmp_basket.getCustomFieldSetEntry("sCustomerReference") %}{{ oxcmp_basket.getCustomFieldSetEntry("sCustomerReference") }}{% else %}-{% endif %}
{% endif %} {% if oViewConf.isRequestedDeliveryDateEnabled() %}
{# on the basket page, if the hashed element is overwrapped with sticky header, write (local) script to avoid this #}

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

{% if oxcmp_basket.getCustomFieldSetEntry("sRequestedDeliveryDate") %}{{ oxcmp_basket.getCustomFieldSetEntry("sRequestedDeliveryDate")|date_format("%d.%m. % Y") }}{% else %}-{% endif %}
{% endif %} {% if oViewConf.isCustomerCommentEnabled() %}
{# on the basket page, if the hashed element is overwrapped with sticky header, write (local) script to avoid this #}

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

{% if oxcmp_basket.getCustomFieldSetEntry("sCustomerComment") %}{{ oxcmp_basket.getCustomFieldSetEntry("sCustomerComment")|trim }}{% else %}-{% endif %}
{% endif %} {% endblock %} {% endif %} {% endblock %}