• {% if step == 2 or step == 3 or step == 4 %}1. Shipping address{% else %}1. Shipping address{% endif %}

  • {% if step == 3 or step == 4 %}2. Shipping method{% else %}2. Shipping method{% endif %}

  • {% if step == 4 %}3. Payment{% else %}3. Payment{% endif %}

  • 4. Confirmation