{% capture append = "oxidBlock_content" %} {% set template_title = "" %} {# ordering steps #} {% include "page/checkout/inc/steps.html.twig" with {active: 2} %} {% block checkout_user_main %} {% if not oxcmp_user %} {# oView.getLoginOption() and related templates for guest registration are obsolete in b2b shops! see flow theme if needed #} {% block checkout_user_register_login %}
{% include "form/login.html.twig" with {sType: "checkout"} %}
{% endblock %} {% else %} {% block checkout_user_change %} {% include "form/user_checkout_change.html.twig" %} {% endblock %} {% endif %} {% endblock %} {{ insert_tracker({title: template_title}) }} {% endcapture %} {% include "layout/page.html.twig" with {blHideBreadcrumb: true} %}