{% capture append = "oxidBlock_content" %} {# ordering steps #} {% include "page/checkout/inc/steps.html.twig" with {active: 4} %} {% block checkout_order_errors %} {% if oView.isConfirmAGBActive() and oView.isConfirmAGBError() == 1 %} {% include "message/error.html.twig" with {statusMessage: "READ_AND_CONFIRM_TERMS"|translate} %} {% endif %} {% set iError = oView.getAddressError() %} {% if iError == 1 %} {% include "message/error.html.twig" with {statusMessage: "ERROR_DELIVERY_ADDRESS_WAS_CHANGED_DURING_CHECKOUT"|translate} %} {% endif %} {% endblock %} {% block checkout_order_main %} {% if not oView.showOrderButtonOnTop() %}