{% extends "form/user_checkout_change.html.twig" %} {% block user_checkout_change %} {{ parent() }} {% if oxcmp_user %} {% set delivadr = oxcmp_user.getSelectedAddress() %} {% endif %} {% if oViewConf.getGdprModuleSettings().showDeliveryOptIn() %} {% if delivadr %} {{ script({ add: "toggleGdprOptinEditAddress(); editDeliveryAddressJS();", dynamic: __oxid_include_dynamic }) }} {% else %} {{ script({ add: "toggleGdprOptinShipAddress(); showShipAddressJS();", dynamic: __oxid_include_dynamic }) }} {% endif %} {% endif %} {% if oViewConf.getGdprModuleSettings().showInvoiceOptIn() %} {{ script({ add: "toggleGdprInvoiceAddressOptin(); userChangeAddressJS();", dynamic: __oxid_include_dynamic }) }} {% endif %} {{ script({ add: "optinValidationJS();", dynamic: __oxid_include_dynamic }) }} {% endblock %} {% block user_checkout_shipping_feedback %} {{ parent() }} {% if oViewConf.getGdprModuleSettings().showDeliveryOptIn() %}
{% endif %} {% endblock %} {% block user_checkout_billing_feedback %} {{ parent() }} {% if oViewConf.getGdprModuleSettings().showInvoiceOptIn() %} {% endif %} {% endblock %}