{% extends "commerce/_layouts/shipping" %} {% block content %}
{{ "No shipping methods exist yet."|t('commerce') }}
{{ '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 -%} |