{# load formvalidation config #} {% set aFvDataAttrNames = oViewConf.getViewThemeParam("aFvDataAttrNames") %} {% block user_checkout_change %}
{% block user_checkout_change_form %} {% set aErrors = oView.getFieldValidationErrors() %} {{ oViewConf.getHiddenSid()|raw }} {{ oViewConf.getNavFormParams()|raw }} {# includes nothing usable and is used anywhere, only for "compatibility" with outdated modules - deprecated #} {% block user_checkout_change_next_step_top %}{% endblock %}
{% block user_checkout_billing_address %}
{% block user_checkout_billing_address_head %}

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

{% endblock %}
{% block user_checkout_billing_address_content %} {% block user_checkout_billing_feedback %}
{% include "widget/address/billing_address.html.twig" with {noFormSubmit: true, blSubscribeNews: true, blOrderRemark: false} %}
{% endblock %} {% block user_checkout_billing_form %}
{% include "form/fieldset/user_billing.html.twig" with {noFormSubmit: true, blSubscribeNews: true, blOrderRemark: false} %} {# todo #}
{% endblock %} {% endblock %}
{% endblock %} {% block user_checkout_shipping %}
{% endblock %}
{% block user_checkout_change_next_step_bottom %}
{{ translate({ ident: "PREVIOUS_STEP" }) }}
{% endblock %} {% endblock %}
{% endblock %}