| {{i18n "shippingMethod.name" "Name"}} | {{i18n "shippingMethod.label" "Label"}} | {{i18n "shippingMethod.group" "Group"}} | {{i18n "shippingMethod.cost" "Cost"}} | {{i18n "shippingMethod.handling" "Handling"}} | {{i18n "shippingMethod.rate" "Rate"}} | {{i18n "shippingMethod.enabled" "Enabled"}} | |
|---|---|---|---|---|---|---|---|
| {{> addShippingMethod id=this._id }} | |||||||
| {{name}} | {{label}} | {{group}} | {{formatPrice cost}} | {{formatPrice handling}} | {{formatPrice rate}} | {{#if enabled}} {{else}} {{/if}} | |
| {{> editShippingMethod}} | |||||||