{{ partial("shop-checkout-progress") }}

shipping method

{{ open_form({'class': 'custom'}) }} {{ flash() }}
{% if shippingOptions %} {% for index, option in shippingOptions %}

{{ option.shippingMethodName }} {% if option.shippingServiceName %}: {{ option.shippingServiceName }}{% endif %}

{% if option.error_hint %} {{ option.error_hint }} {% endif %}
{% if not option.error_hint %} {{ not option.is_free ? option.quote|currency : 'Free!' }} {% endif %}
{% endfor %} {% else %}

We are sorry, there are no shipping options available for your location.

{% endif %}
{% if shippingOptions %}
{% endif %}