{% extends "commerce/_layouts/shipping" %} {% block content %}

{{ "Shipping Methods"|t('commerce') }}

{% if shippingMethods|length %} {% for shippingMethod in shippingMethods %} {% set id = shippingMethod.getId() %} {% endfor %}
{{ 'Name'|t('commerce') }} {{ 'Handle'|t('commerce') }} {{ 'Type'|t('commerce') }}
{%- spaceless %} {% set url = shippingMethod.getCpEditUrl() %} {% if url %}{% endif %} {{ shippingMethod.getName() }} {% if url %}{% endif %} {% endspaceless -%} {{ shippingMethod.getHandle() }} {{ shippingMethod.getType() }} {%- if id -%} {%- endif -%}
{% endif %}
{{ 'New shipping method'|t('commerce') }}
{% endblock %} {% js %} {##} {% endjs %}