{% extends "order_main.html.twig" %} {% block admin_order_main_send_order %} {% if not oView.paidWithPayPal() %} {{ parent() }} {% endif %} {% endblock %} {% block admin_order_main_form_shipping %} {% if oView.paidWithPayPal() %} {% set sSelfLink = oViewConf.getSslSelfLink()|replace({"&": "&"}) %} {% set populateCarrierScript %} {% if phpStorm %}{% endif %} {% endset %} {{ script({ add: populateCarrierScript.__toString(), priority: 10, dynamic: __oxid_include_dynamic }) }} {{ translate({ ident: "ORDER_MAIN_SHIPPING_INFORMATION" }) }} {{ translate({ ident: "OSC_PAYPAL_ORDER_MAIN_TRACKCARRIER_COUNTRY" }) }} {{ translate({ ident: "OSC_PAYPAL_ORDER_MAIN_TRACKCARRIER_PROVIDER" }) }} {{ translate({ ident: "ORDER_MAIN_TRACKCODE" }) }} {% include "inputhelp.html.twig" with {'sHelpId': help_id("HELP_ORDER_MAIN_TRACKCODE"), 'sHelpText': help_text("HELP_ORDER_MAIN_TRACKCODE")} %} {{ translate({ ident: "GENERAL_DELIVERYCOST" }) }} ({{ edit.oxorder__oxcurrency.value }}) {% include "inputhelp.html.twig" with {'sHelpId': help_id("HELP_GENERAL_DELIVERYCOST"), 'sHelpText': help_text("HELP_GENERAL_DELIVERYCOST")} %} {{ translate({ ident: "ORDER_MAIN_DELTYPE" }) }}: {% include "inputhelp.html.twig" with {'sHelpId': help_id("HELP_ORDER_MAIN_DELTYPE"), 'sHelpText': help_text("HELP_ORDER_MAIN_DELTYPE")} %} {{ translate({ ident: "GENERAL_SENDEMAIL" }) }} {{ translate({ ident: "GENERAL_SENDON" }) }} {{ edit.oxorder__oxsenddate.value|format_date('datetime', true) }} {% else %} {{ parent() }} {% endif %} {% endblock %}