{% set sAddressTypeNameLangIdent = "C4S_B2B_ADDRESS_NAME_" ~ sAddressType %} {{ translate({ ident: sAddressTypeNameLangIdent }) }}

{% if oInvoiceAddress %} {% block c4s_b2b_address_invoice_global_address %} {% endblock %}
{% if not blLoadAddressInAccountView %} {# fake form fields for fancy oxid checkout #}
{# *** attention! *** #} {# don't set sal / fname / lname here, cause oxid stores these values in REAL user account!! #} {# if checkout not working cause of "Bitte Wert angeben" exception, then check param "aMustFillFields" in oxid basic config and do not incomment the fields here! #} {# #} {# #} {# #} {# **** oxuser personal fields **** #}
{% else %} {% endif %} {% else %}
{{ translate({ ident: "C4S_B2B_ATTENTION_LABEL" }) }}!
{{ translate({ ident: "C4S_B2B_ATTENTION_INVOICE_ADDRESS" }) }}!
{{ script({ add: " document.addEventListener('DOMContentLoaded', function() { let userNextStepButton = document.getElementById('c4s-user-next-step-btn'); if (userNextStepButton) { userNextStepButton.remove(); } });", dynamic: __oxid_include_dynamic }) }} {% endif %}