{% endblock %}
{% set blShowStepLinks = false %}
{% if active > 2 and not oView.isLowOrderPrice() and oxcmp_basket.getProductsCount() %}
{% set blShowStepLinks = true %}
{% endif %}
{% block checkout_steps_user %}
{% endblock %}
{% set blShowStepLinks = false %}
{% if active > 3 and oxcmp_user and not oView.isLowOrderPrice() and oxcmp_basket.getProductsCount() %}
{% set blShowStepLinks = true %}
{% endif %}
{% block checkout_steps_pay %}