{% block checkout_steps_main %}
{% if oxcmp_basket.getProductsCount() %} {% set showStepLinks = true %} {% endif %} {% set showStepLinks = false %} {% if not oView.isLowOrderPrice() and oxcmp_basket.getProductsCount() %} {% set showStepLinks = true %} {% endif %} {% block checkout_steps_send %}
1 {{ translate({ ident: "STEPS_SEND" }) }}
{% endblock %} {% set showStepLinks = false %} {% if active != 1 and oxcmp_user and not oView.isLowOrderPrice() and oxcmp_basket.getProductsCount() %} {% set showStepLinks = true %} {% endif %} {% block checkout_steps_pay %}
2 {{ translate({ ident: "STEPS_PAY" }) }}
{% endblock %} {% set showStepLinks = false %} {% if active != 1 and oxcmp_user and oxcmp_basket.getProductsCount() and oView.getPaymentList() and not oView.isLowOrderPrice() %} {% set showStepLinks = true %} {% endif %} {% block checkout_steps_order %}
3 {{ translate({ ident: "STEPS_ORDER" }) }}
{% endblock %}
{% endblock %}