{% extends "commerce/_layouts/cp" %} {% set crumbs = [ { label: "Commerce Settings"|t('commerce'), url: url('commerce/settings') }, { label: "Shipping Methods"|t('commerce'), url: url('commerce/shipping/shippingmethods') }, ] %} {% set selectedSubnavItem = 'shipping' %} {% set fullPageForm = true %} {% import "_includes/forms" as forms %} {% set tabs = { 0: {'label':'Shipping Method'|t('commerce'),'url':'#shipping-method-tab'} } %} {% if shippingMethod.id %} {% set tabs = tabs|merge({1: {'label':'Rules'|t('commerce'),'url':'#rules'}}) %} {% endif %} {% block saveButton %} {% endblock %} {% block content %}
{{ "No shipping rules exist yet."|t('commerce') }}
{{ 'Name'|t('commerce') }} | {{ 'Description'|t('commerce') }} | ||
---|---|---|---|
{% if shippingRule.enabled %} {% else %} {% endif %} {{ shippingRule.name }} | {{ shippingRule.description }} |